/* For go test with go version < 1.4 */ package main import ( "testing" ) func TestMain(t *testing.T) { InitDB() }