func bytes.TrimLeft

3 uses

	bytes (current package)
		bytes.go#L999: func TrimLeft(s []byte, cutset string) []byte {

	mime/quotedprintable
		reader.go#L96: 				rightStripped := bytes.TrimLeft(wholeLine[len(r.line):], lwspChar)

	net/textproto
		reader.go#L574: 		value := string(bytes.TrimLeft(v, " \t"))