From 174d86fe3eb601ad5ad9067ab3ebdd3b5cc6dbb2 Mon Sep 17 00:00:00 2001 From: shylinux Date: Thu, 15 Jul 2021 11:08:16 +0800 Subject: [PATCH] opt some --- core/code/binpack.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/code/binpack.go b/core/code/binpack.go index 46fe7584..43d06929 100644 --- a/core/code/binpack.go +++ b/core/code/binpack.go @@ -93,7 +93,7 @@ func init() { _pack_write(pack, "") _pack_write(pack, `func init() {`) - _pack_write(pack, ` ice.BinPack = map[string][]byte{`) + _pack_write(pack, ` ice.Info.BinPack = map[string][]byte{`) _pack_volcanos(m, pack, "usr/volcanos") _pack_dir(m, pack, "usr/learning")