package domain import "testing" func TestSum(t *testing.T) { total := 3 if total != 10 { t.Errorf("It failed ok") } }