0
1
llucycodes42
The TestMain function will exit the testing.M instance.
Shortcut: tm
tm
0 Comments
func TestMain(m *testing.M) { os.Exit(m.Run()) }