var github.com/jackc/pgtype.kindTypes
5 uses
github.com/jackc/pgtype (current package)
convert.go#L388: var kindTypes map[reflect.Kind]reflect.Type
convert.go#L414: if baseValType, ok := kindTypes[dstVal.Kind()]; ok {
convert.go#L420: if baseElemType, ok := kindTypes[dstVal.Type().Elem().Kind()]; ok {
convert.go#L428: if baseElemType, ok := kindTypes[dstVal.Type().Elem().Kind()]; ok {
convert.go#L439: kindTypes = map[reflect.Kind]reflect.Type{
![]() |
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. |