aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd
AgeCommit message (Collapse)Author
2026-01-08all: fix wrong copyright year on some filesShulhan
I wrote the initial codes in December 2025 but commit it on year 2026.
2026-01-06all: add common make tasksShulhan
The "lint" task run the linters, and the "test" run all the test and generate the coverage (without CGO). The default task, run lint and test tasks.