func bytes.HasSuffix
8 uses
bytes (current package)
bytes.go#L542: func HasSuffix(s, suffix []byte) bool {
bytes.go#L808: if HasSuffix(s, suffix) {
encoding/pem
pem.go#L99: if !bytes.HasSuffix(typeLine, pemEndOfLine) {
pem.go#L157: !bytes.HasSuffix(endTrailer, pemEndOfLine) {
mime/quotedprintable
reader.go#L90: hasLF := bytes.HasSuffix(r.line, lf)
reader.go#L91: hasCR := bytes.HasSuffix(r.line, crlf)
reader.go#L94: if bytes.HasSuffix(r.line, softSuffix) {
net/http
transfer.go#L896: if bytes.HasSuffix(buf, doubleCRLF) {
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)