fix
This commit is contained in:
		@ -30,8 +30,8 @@ const (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
const (
 | 
					const (
 | 
				
			||||||
	DataStatusNotFound = "NOT_FOUND"
 | 
						DataStatusNotFound = "NOT_FOUND"
 | 
				
			||||||
	DataStatusNotIsNil   = "IS_NIL"
 | 
						DataStatusIsNil    = "IS_NIL"
 | 
				
			||||||
	DataStatusNotIsZero  = "IS_ZERO"
 | 
						DataStatusIsZero   = "IS_ZERO"
 | 
				
			||||||
	DataStatusNotIsEmpty = "IS_EMPTY"
 | 
						DataStatusIsEmpty  = "IS_EMPTY"
 | 
				
			||||||
	DataStatusNotIsFalse = "IS_FALSE"
 | 
						DataStatusIsFalse  = "IS_FALSE"
 | 
				
			||||||
)
 | 
					)
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user