reflect.Value.IsZero (method)
5 uses
reflect (current package)
value.go#L1575: func (v Value) IsZero() bool {
value.go#L1606: if !v.Index(i).IsZero() {
value.go#L1633: if !v.Field(i).IsZero() && v.Type().Field(i).Name != "_" {
encoding/json
encode.go#L316: return v.IsZero()
github.com/oapi-codegen/runtime
bindform.go#L105: if omitEmpty && field.IsZero() {
![]() |
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. |