fix: 修正衝突
This commit is contained in:
commit
45fab245d9
|
@ -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)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue