July 2016
Intermediate to advanced
312 pages
9h 9m
English
This chapter covers
Testing is one of the main critical activities in programming, but often it’s neglected or left as an afterthought. Go provides basic testing capabilities that look surprisingly primitive, but as you’ll learn in this chapter, Go supplies the tools to create the automated tests you need as a programmer. This chapter also covers the check and Ginkgo packages, popular Go testing libraries that extend the built-in testing package.
As with the web application programming libraries we’ve explored in the previous few chapters, Go provides only the fundamental tools. ...
Read now
Unlock full access