type github.com/lib/pq.scanner

5 uses

	github.com/lib/pq (current package)
		conn.go#L384: type scanner struct {
		conn.go#L390: func newScanner(s string) *scanner {
		conn.go#L391: 	return &scanner{[]rune(s), 0}
		conn.go#L396: func (s *scanner) Next() (rune, bool) {
		conn.go#L407: func (s *scanner) SkipSpaces() (rune, bool) {