github.com/lib/pq.ListenerConn.replyChan (field)

6 uses

	github.com/lib/pq (current package)
		notify.go#L60: 	replyChan chan message
		notify.go#L78: 		replyChan:        make(chan message, 2),
		notify.go#L161: 			l.replyChan <- message{t, parseError(r)}
		notify.go#L175: 			l.replyChan <- message{t, nil}
		notify.go#L209: 	close(l.replyChan)
		notify.go#L304: 		m, ok := <-l.replyChan