/golang-learn-tdd

Learn Test Driven Development (TDD) in Golang

Primary LanguageGo

golang-learn-tdd

This is Sample golang to learn tdd

Build Status

codecov


Run Test:

go test

Check coverage:

go test -coverprofile=coverage.out

Preview coverage test:

go tool cover -html=coverage.out