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 of
an end-to-end approach. In this chapter we’ll cover both approaches.