Learning TDD with golang.
Primary LanguageGo
Run tests:
go test
Run tests with benchmarks:
go test -bench=.
Run tests and check coverage: