1 2 3 4 5 6 7 8 9 10 11
/* For go test with go version < 1.4 */ package main import ( "testing" ) func TestMain(t *testing.T) { InitDB() }