Skip to content

Instantly share code, notes, and snippets.

@tenntenn
Created September 5, 2012 16:52
Show Gist options
  • Save tenntenn/3639817 to your computer and use it in GitHub Desktop.
Save tenntenn/3639817 to your computer and use it in GitHub Desktop.
test result2
$ gocov test | gocov report
warning: building out-of-date packages:
github.com/axw/gocov
installing these packages with 'go test -i github.com/axw/gocov/instrumented/github.com/tenntenn/gocov-sample' will speed future tests.
ok github.com/axw/gocov/instrumented/github.com/tenntenn/gocov-sample 0.006s
student/student.go New 100.00% (3/3)
student/student.go Student.Id 100.00% (1/1)
student/student.go Student.Name 100.00% (1/1)
student/student.go Student.String 100.00% (1/1)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment