func bytes.LastIndex

3 uses

	bytes (current package)
		bytes.go#L104: func LastIndex(s, sep []byte) int {

	github.com/prometheus/procfs
		proc_stat.go#L126: 		r = bytes.LastIndex(data, []byte(")"))

	golang.org/x/mod/modfile
		read.go#L524: 			i := bytes.LastIndex(in.complete[:in.pos.Byte], []byte("\n"))