This page links to resources about testing in Go.
Read
How to Write Go Code
, especially
Testing
Study
Package testing
Read
Why does Go not have assertions?
Read
Where is my favorite helper function for testing?
Watch
Testing Techniques
Read
TableDrivenTests
Read
Using Subtests and Sub-benchmarks