From 17119d9298e132aa309f1cc95e439f29f61214b0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 19 Mar 2025 04:40:49 -0500 Subject: day1 --- abi/runtime.go | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 abi/runtime.go (limited to 'abi/runtime.go') 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 -- cgit v1.2.3