package config import "testing" func TestExample(t *testing.T) { if 1+1 != 2 { t.Error("Math is broken") } }