var unicode.Zs

5 uses

	unicode (current package)
		graphic.go#L24: 	L, M, N, P, S, Zs,
		tables.go#L45: 	"Zs": Zs,
		tables.go#L3651: 	Zs     = _Zs // Zs is the set of Unicode characters in category Zs (Separator, space).

	golang.org/x/text/secure/precis
		nickname.go#L54: 		if unicode.Is(unicode.Zs, r) {
		profiles.go#L74: 	if unicode.Is(unicode.Zs, r) {