akshaykhanna / TestingWithGolang

Writing well tested application in golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Writing well tested application in golang.


Languages

Language:Go 100.0%