package main /* //Go version 1.4+ only. import ( "os" "testing" ) func TestMain(m *testing.M) { InitDB() os.Exit(m.Run()) } */