Skip to content

Running Tests

Hemanth Chittanuru edited this page Aug 6, 2020 · 1 revision

Visual Studio Code

If you are using Visual Studio Code, the Go extension can be used to run tests as well as get the test coverage.

Running Tests in Command Line

To run the tests in a package, cd into that directory and run go test.