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

2 uses

	github.com/golang-migrate/migrate/v4/database/postgres (current package)
		postgres.go#L224: 	line = uint(runesCount(sel, newLine) + 1)
		postgres.go#L231: func runesCount(input []rune, target rune) int {