const reflect.Ptr
11 uses
reflect (current package)
type.go#L303: const Ptr = Pointer
value.go#L1168: case Ptr:
value.go#L1333: if v.Kind() == Ptr && v.typ().Elem().Kind() == abi.Struct {
value.go#L1776: case Ptr:
github.com/oapi-codegen/runtime
bindform.go#L130: case reflect.Ptr:
bindform.go#L291: case reflect.Interface, reflect.Ptr:
bindstring.go#L40: if t.Kind() == reflect.Ptr {
bindstring.go#L46: if t.Kind() == reflect.Ptr {
deepobject.go#L291: case reflect.Ptr:
styleparam.go#L62: if t.Kind() == reflect.Ptr {
styleparam.go#L271: if f.Type().Kind() == reflect.Ptr && f.IsNil() {
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux 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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |