fix: 修正衝突

This commit is contained in:
王性驊 2025-04-16 17:33:29 +08:00
commit 45fab245d9
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ const (
EnableFalse Enable = 2 EnableFalse Enable = 2
) )
func (e Enable) ToInt8() int8 { func (e Enable) ToINT8() int8 {
return int8(e) return int8(e)
} }