[feat] 类型调整 int => byte

This commit is contained in:
what 2024-05-09 11:16:26 +08:00
parent f00b993f9c
commit 6501b5ed0f

View File

@ -34,7 +34,7 @@ const (
)
const (
IsExpr = 1 << iota
IsExpr byte = 1 << iota
IsOmitempty
Ignored
)