This article will cover everything you need to know about Go testing. You will start with a simple testing function, and work through more tools and strategies to help you master testing in Go.
Table of contents
Writing a Simple Unit TestWriting Table-Driven TestsThe Testing PackageWriting Coverage TestsWriting Benchmark TestsWriting Fuzz TestsThe Testify PackageWrapping UpSort: