Loading...
Loading...
Use when building, testing, linting, or running Go code in projects that have a Makefile. Prefer make targets over calling go commands directly.
npx skill4agent add lwlee2608/agent-skills prefer-makemakegogo buildgo testgo rungo vetgo fmtgolangci-lintgomake buildgo build ./...make testgo test ./...make lintgolangci-lint runmake rungo run main.gomake fmtgo fmt ./...make helpgo