diff options
Diffstat (limited to 'abi/runtime.go')
| -rw-r--r-- | abi/runtime.go | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/abi/runtime.go b/abi/runtime.go new file mode 100644 index 0000000..9b91cdf --- /dev/null +++ b/abi/runtime.go @@ -0,0 +1,8 @@ +// Copyright 2024 The Go Authors. All rights reserved. +// Use of this source code is governed by a BSD-style +// license that can be found in the LICENSE file. + +package abi + +// ZeroValSize is the size in bytes of runtime.zeroVal. +const ZeroValSize = 1024 |
