var github.com/lib/pq.typeByteSlice

2 uses

	github.com/lib/pq (current package)
		array.go#L14: var typeByteSlice = reflect.TypeOf([]byte{})
		array.go#L581: 		if t := rv.Type(); t != typeByteSlice && !t.Implements(typeDriverValuer) {