Merge 7da231534b
into d8f796af33
This commit is contained in:
commit
7424f64e9c
|
@ -31,9 +31,6 @@ const (
|
||||||
// UnsafeDisabled is a build-time constant which specifies whether or
|
// UnsafeDisabled is a build-time constant which specifies whether or
|
||||||
// not access to the unsafe package is available.
|
// not access to the unsafe package is available.
|
||||||
UnsafeDisabled = false
|
UnsafeDisabled = false
|
||||||
|
|
||||||
// ptrSize is the size of a pointer on the current arch.
|
|
||||||
ptrSize = unsafe.Sizeof((*byte)(nil))
|
|
||||||
)
|
)
|
||||||
|
|
||||||
type flag uintptr
|
type flag uintptr
|
||||||
|
|
Loading…
Reference in New Issue