func unicode.IsControl

2 uses

	unicode (current package)
		graphic.go#L81: func IsControl(r rune) bool {

	github.com/go-git/go-git/v5/internal/revision
		scanner.go#L104: 	if unicode.IsControl(ch) {