- mise 2025.10.4
- go 1.25.6
- golangci-lint v2.8.0
- Installation of golangci-lint
curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.8.0go test ./greetinggo test ./integers
go test -v ./integers
# See example with below command:
godoc -http :8000
# godoc: http://localhost:8000/pkg/github.com/nukopy/tdd-with-go/integers/- Iteration
go test ./iteration- Learn Go with tests
- Go by Example
- github.com/traPtitech/traQ
- traQ - traP Internal Messenger Application Backend
- github.com/traPtitech/go-traq
- Go client library for the traQ API