mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
n
Change-Id: I5ec3fdecd103d12e1b0d026aa120c5d6a8fe0853
This commit is contained in:
parent
ac73211de1
commit
2d59b9589e
1 changed files with 1 additions and 1 deletions
|
|
@ -7,5 +7,5 @@ package abi
|
||||||
// ZeroValSize is the size in bytes of [ZeroVal].
|
// ZeroValSize is the size in bytes of [ZeroVal].
|
||||||
const ZeroValSize = 1024
|
const ZeroValSize = 1024
|
||||||
|
|
||||||
// ZeroVal has [ZeroValSize] zero value.
|
// ZeroVal is a region containing all zero bytes.
|
||||||
var ZeroVal [ZeroValSize]byte
|
var ZeroVal [ZeroValSize]byte
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue