From 1785d5579607a50f0d48cebecdbfb1f5198f519c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=99=BD=E8=8C=B6=E6=B8=85=E6=AC=A2?= Date: Sat, 14 Oct 2023 16:14:08 +0800 Subject: [PATCH] save --- base.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base.go b/base.go index 8dae28a..77eaa4f 100644 --- a/base.go +++ b/base.go @@ -13,5 +13,5 @@ package op_type // // Date : 11:25 2023/6/13 type BaseType interface { - any | int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64 | float32 | float64 | bool | string + int | int8 | int16 | int32 | int64 | uint | uint8 | uint16 | uint32 | uint64 | float32 | float64 | bool | string }