aboutsummaryrefslogtreecommitdiff
path: root/internal/cmd
AgeCommit message (Collapse)Author
2025-12-27Release gotp v0.6.2 (2025-12-27)HEADv0.6.2maindevShulhan
This is the last release for year 2025. [CHORE] _doc: merge index into README. This is so we can serve the _doc/ directory under https://kilabit.info/project/gotp/ . [CHORE] Update minimum Go version to 1.24.0 and update all dependencies. Happy holidays!
2025-02-03all: replace external linters with internal commandShulhan
The fieldalignment and shadow linters are from golang.org/x/tools. Those linters have an exposed APIs that can be combined into single call or program, which provided by "pakakeh.go/lib/goanalysis". This help reduce the tooling need to be installed or setup for development.