Go Testing: Difference between revisions
Jump to navigation
Jump to search
Line 9: | Line 9: | ||
=Overview= | =Overview= | ||
Go comes with built-in frameworks for testing and profiling. | Go comes with built-in frameworks for testing and profiling. The tests live in <code*_test.go</code> files |
Revision as of 01:34, 15 August 2023
External
Internal
TODO
To deplete, merge and delete this: Go Concepts - Testing
Overview
Go comes with built-in frameworks for testing and profiling. The tests live in <code*_test.go files