Testing
Testing is an important part of any application.There are two approaches we can take to testing Go web applications.The first approach is a unit-test style approach. The other is more ofan end-to-end approach. In this chapter we'll cover both approaches.
原文: https://codegangsta.gitbooks.io/building-web-apps-with-go/content/testing/index.html