From 6501b5ed0f2bfcda11754502761664204d1abdef Mon Sep 17 00:00:00 2001 From: what Date: Thu, 9 May 2024 11:16:26 +0800 Subject: [PATCH] =?UTF-8?q?[feat]=20=E7=B1=BB=E5=9E=8B=E8=B0=83=E6=95=B4?= =?UTF-8?q?=20int=20=3D>=20byte?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resource.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resource.go b/resource.go index cdf8401..b2590be 100644 --- a/resource.go +++ b/resource.go @@ -34,7 +34,7 @@ const ( ) const ( - IsExpr = 1 << iota + IsExpr byte = 1 << iota IsOmitempty Ignored )