func reflect.Zero
5 uses
reflect (current package)
value.go#L612: ret[i] = Zero(toRType(tv))
value.go#L714: in = append(in, Zero(toRType(typ)))
value.go#L3289: func Zero(typ Type) Value {
value.go#L3843: ret := Zero(typ)
encoding/asn1
marshal.go#L602: if reflect.DeepEqual(v.Interface(), reflect.Zero(v.Type()).Interface()) {
![]() |
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. |