326 B
326 B
Checkpoint Skill
- Run
go build ./...abort if errors - Run
go test ./...abort if failures - Run
go vet ./... - Run
git add -A && git statusshow user what will be committed - Generate an appropriate commit message based on your instructions.
- Run
git commit -m "<message>"and verify withgit log -1