Skip to content

nukopy/tdd-with-go

Repository files navigation

TDD with Go

CI codecov

DO Learn Go with tests

Environments

  • mise 2025.10.4
  • go 1.25.6
  • golangci-lint v2.8.0

Setup

  • Installation of golangci-lint
curl -sSfL https://golangci-lint.run/install.sh | sh -s -- -b $(go env GOPATH)/bin v2.8.0

Run test

GO FUNDAMENTALS

go test ./greeting
go 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

References

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors