fix
This commit is contained in:
2
int.go
2
int.go
@ -13,5 +13,5 @@ package op_type
|
|||||||
//
|
//
|
||||||
// Date : 20:07 2023/4/15
|
// Date : 20:07 2023/4/15
|
||||||
type Int interface {
|
type Int interface {
|
||||||
int | int8 | int16 | int32 | int64 | rune
|
int | int8 | int16 | int32 | int64
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user