func github.com/golang-migrate/migrate/v4/database/postgres.runesLastIndex

2 uses

	github.com/golang-migrate/migrate/v4/database/postgres (current package)
		postgres.go#L225: 	col = uint(pos - 1 - runesLastIndex(sel, newLine))
		postgres.go#L241: func runesLastIndex(input []rune, target rune) int {