func bytes.LastIndexByte

3 uses

	bytes (current package)
		bytes.go#L115: 		return LastIndexByte(s, sep[0])
		bytes.go#L146: func LastIndexByte(s []byte, c byte) int {

	mime/multipart
		multipart.go#L276: 	i := bytes.LastIndexByte(buf, nlDashBoundary[0])