type golang.org/x/text/secure/precis.category

5 uses

	golang.org/x/text/secure/precis (current package)
		profile.go#L352: 		d := categoryTransitions[category(e&catMask)]
		trieval.go#L17: func (e entry) category() category { return category(e & catMask) }
		trieval.go#L31: type category uint8
		trieval.go#L34: 	other category = iota