func bytes.TrimRightFunc
3 uses
bytes (current package)
bytes.go#L784: func TrimRightFunc(s []byte, f func(r rune) bool) []byte {
bytes.go#L798: return TrimRightFunc(TrimLeftFunc(s, f), f)
mime/quotedprintable
reader.go#L93: r.line = bytes.TrimRightFunc(wholeLine, isQPDiscardWhitespace)
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)