func encoding/gob.ignoreUint

5 uses

	encoding/gob (current package)
		decode.go#L208: func ignoreUint(i *decInstr, state *decoderState, v reflect.Value) {
		decode.go#L779: 	tBool:    ignoreUint,
		decode.go#L780: 	tInt:     ignoreUint,
		decode.go#L781: 	tUint:    ignoreUint,
		decode.go#L782: 	tFloat:   ignoreUint,