func encoding/gob.ignoreUint8Array

3 uses

	encoding/gob (current package)
		decode.go#L405: func ignoreUint8Array(i *decInstr, state *decoderState, value reflect.Value) {
		decode.go#L783: 	tBytes:   ignoreUint8Array,
		decode.go#L784: 	tString:  ignoreUint8Array,