Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 484 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 484 Bytes

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