Go Testing

From NovaOrdis Knowledge Base
Revision as of 21:18, 8 September 2023 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

External

Internal

Overview

Go comes with built-in frameworks for testing and profiling. The tests live in *_test.go files.

Also see external test packages.

TO DEPLETE

To deplete, merge and delete this: Go Concepts - Testing