func nullableChanged()

in breakingchange.go [200:203]


func nullableChanged(i interface{}) bool {
	c := i.(Change)
	return c.Type == "update" && c.Attribute != nil && *c.Attribute == "Nullable"
}