const github.com/golang-migrate/migrate/v4/database/postgres.newLine

3 uses

	github.com/golang-migrate/migrate/v4/database/postgres (current package)
		postgres.go#L224: 	line = uint(runesCount(sel, newLine) + 1)
		postgres.go#L225: 	col = uint(pos - 1 - runesLastIndex(sel, newLine))
		postgres.go#L229: const newLine = '\n'