func bytes.HasSuffix
9 uses
bytes (current package)
bytes.go#L599: func HasSuffix(s, suffix []byte) bool {
bytes.go#L890: if HasSuffix(s, suffix) {
bytes.go#L1435: if !HasSuffix(s, suffix) {
encoding/pem
pem.go#L104: if !bytes.HasSuffix(typeLine, pemEndOfLine) {
pem.go#L161: !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#L899: if bytes.HasSuffix(buf, doubleCRLF) {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)