Go tester is a way to avoid the context switching in running a test suite in your golang project.
Commands
Commands | Description |
---|---|
GoTestFileOnSave | Test current buffer on save. |
GoTestPackageOnSave | Test package where current buffer is located. |
GoTestLineDiag | After having diagnostics executed, show in split the results of a test. |