[feat] 类型调整 int => byte
This commit is contained in:
@@ -34,7 +34,7 @@ const (
|
||||
)
|
||||
|
||||
const (
|
||||
IsExpr = 1 << iota
|
||||
IsExpr byte = 1 << iota
|
||||
IsOmitempty
|
||||
Ignored
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user