const internal/abi.Func
7 uses
internal/abi (current package)
type.go#L63: Func
type.go#L153: Func: "func",
type.go#L300: case Func:
type.go#L393: if t.Kind() != Func {
internal/reflectlite
type.go#L576: case abi.Func:
value.go#L292: case abi.Chan, abi.Func, abi.Map, abi.Pointer, abi.UnsafePointer:
reflect
type.go#L2800: if t.Kind() != abi.Func {
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |