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