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) {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |