05
Built-in Testing Tool
Go includes a built-in testing tool, which, just like
everything else regarding this language, was created with
simplicity and efficiency in mind. It can be used for
various types of testing and profiling, and you can even
run tests in parallel, among many other features.