mirror of https://github.com/golang/go.git
parent
ac73211de1
commit
2d59b9589e
|
|
@ -7,5 +7,5 @@ package abi
|
|||
// ZeroValSize is the size in bytes of [ZeroVal].
|
||||
const ZeroValSize = 1024
|
||||
|
||||
// ZeroVal has [ZeroValSize] zero value.
|
||||
// ZeroVal is a region containing all zero bytes.
|
||||
var ZeroVal [ZeroValSize]byte
|
||||
|
|
|
|||
Loading…
Reference in New Issue