1
0
mirror of https://github.com/golang/go synced 2024-11-15 03:40:29 -07:00
Change-Id: I5ec3fdecd103d12e1b0d026aa120c5d6a8fe0853
This commit is contained in:
qiulaidongfeng 2024-04-25 06:46:54 +08:00
parent ac73211de1
commit 2d59b9589e

View File

@ -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