func encoding/gob.encIntSlice

3 uses

	encoding/gob (current package)
		enc_helpers.go#L38: 	reflect.Int:        encIntSlice,
		enc_helpers.go#L178: 	return encIntSlice(state, v.Slice(0, v.Len()))
		enc_helpers.go#L181: func encIntSlice(state *encoderState, v reflect.Value) bool {