Skip to content

Instantly share code, notes, and snippets.

@kevholditch
Created November 21, 2017 20:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kevholditch/9d30067492180aa38ecf7d601095e1a6 to your computer and use it in GitHub Desktop.
Save kevholditch/9d30067492180aa38ecf7d601095e1a6 to your computer and use it in GitHub Desktop.
func TestMain(m *testing.M) {
// setup
code := m.Run()
// teardown
os.Exit(code)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment