yudapc / golang-learn-tdd

Learn Test Driven Development (TDD) in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Learn Test Driven Development (TDD) in Golang


Languages

Language:Go 100.0%