Skip to content

Instantly share code, notes, and snippets.

@ggaaooppeenngg
Created December 22, 2014 12:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ggaaooppeenngg/f4f6d665e85ecfbb23ff to your computer and use it in GitHub Desktop.
Save ggaaooppeenngg/f4f6d665e85ecfbb23ff to your computer and use it in GitHub Desktop.
test coverage render
go get
touch coverage.out
go test -coverprofile=coverage.out
go tool cover -html=coverage.out
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment