/TestingWithGolang

Writing well tested application in golang.

Primary LanguageGo

TestingWithGolang

Writing well tested application in golang.

Test Coverage

Get coverage

go test TestingWithGolang -cover

Coverage output in file

go test TestingWithGolang -coverprofile=math_cover.out

Coverage in html file for viewing in browser

go tool cover -html=math_cover.out