Testing and Benchmarking

# Introduction This lab aims to demonstrate the importance of unit testing and benchmarking in writing principled Go programs. The `testing` package provides the tools needed to write unit tests, and the `go test` command runs tests.

|60 : 00

Click the virtual machine below to start practicing