func encoding/gob.valid
5 uses
encoding/gob (current package)
encode.go#L278: func valid(v reflect.Value) bool {
encode.go#L300: if valid(value) {
encode.go#L307: if !valid(value) {
encode.go#L324: if !valid(field) {
encode.go#L347: if !valid(elem) {
![]() |
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. |