aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd
AgeCommit message (Collapse)Author
2026-02-09go.mod: update all dependenciesShulhan
2025-02-08internal/cmd/gocheck: add internal static analyzersShulhan
Instead of using binary fieldalignment and shadow, run them by creating command that call the same Analyzer internally. This analyzers help finding possible panic on httpd.go.
2025-01-11go.mod: update all dependenciesShulhan
2024-07-15internal/cmd/www: an HTTP server for testing web UIShulhan
The web user interface can be run using existing rescached server by setting the SERVER value in class Rescached (_www/rescached.js).