func TestParseVersionRow(t *testing.T) { … } // hasTag checks whether a given release tag is contained in the current version // of the go binary. func hasTag(t string) bool { … } func TestAPIVersion(t *testing.T) { … }
func TestParseVersionRow(t *testing.T) { … } // hasTag checks whether a given release tag is contained in the current version // of the go binary. func hasTag(t string) bool { … } func TestAPIVersion(t *testing.T) { … }