func isDeletedOutput()

in breakingchange.go [173:176]


func isDeletedOutput(i interface{}) bool {
	c := i.(Change)
	return c.Type == "delete" && c.Attribute != nil && *c.Attribute == "Name"
}