type github.com/lib/pq.timestampParser

4 uses

	github.com/lib/pq (current package)
		encode.go#L214: type timestampParser struct {
		encode.go#L218: func (p *timestampParser) expect(str string, char byte, pos int) {
		encode.go#L231: func (p *timestampParser) mustAtoi(str string, begin int, end int) int {
		encode.go#L357: 	p := timestampParser{}