Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 212 Bytes

File metadata and controls

14 lines (11 loc) · 212 Bytes

Testing

Example: testsum

  • built-in simple testing framework
  • example: test sum
$ go test -v
=== RUN   TestSum
--- PASS: TestSum (0.00s)
PASS
ok  	github.com/miku/golangintro/testsum	0.006s