package serve import ( "os" "testing" ) func TestNew(t *testing.T) { os.Setenv("DB", "MAP") New() }