func bytes.LastIndexByte

2 uses

	bytes (current package)
		bytes.go#L129: func LastIndexByte(s []byte, c byte) int {

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