func net/textproto.isASCIILetter
2 uses
net/textproto (current package)
reader.go#L151: if len(peek) > 0 && (isASCIILetter(peek[0]) || peek[0] == '\n') ||
textproto.go#L151: func isASCIILetter(b byte) bool {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)