We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac73211 commit 2d59b95Copy full SHA for 2d59b95
src/internal/abi/runtime.go
@@ -7,5 +7,5 @@ package abi
7
// ZeroValSize is the size in bytes of [ZeroVal].
8
const ZeroValSize = 1024
9
10
-// ZeroVal has [ZeroValSize] zero value.
+// ZeroVal is a region containing all zero bytes.
11
var ZeroVal [ZeroValSize]byte
0 commit comments