Skip to content

Instantly share code, notes, and snippets.

@kevholditch
Created November 21, 2017 20:10
Embed
What would you like to do?
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