func encoding/gob.encInt8Slice

3 uses

	encoding/gob (current package)
		enc_helpers.go#L42: 	reflect.Int8:       encInt8Slice,
		enc_helpers.go#L266: 	return encInt8Slice(state, v.Slice(0, v.Len()))
		enc_helpers.go#L269: func encInt8Slice(state *encoderState, v reflect.Value) bool {