Browse Source

feat:删除

wangshan 3 years ago
parent
commit
ae204327d7
1 changed files with 0 additions and 13 deletions
  1. 0 13
      common/common.go

+ 0 - 13
common/common.go

@@ -28,19 +28,6 @@ const (
 	tmp = "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ12345678900"
 )
 
-var (
-	// int 强制转换
-	Int   = InterfaceToInt
-	Int64 = InterfaceToInt64
-	Int32 = InterfaceToInt32
-	// float 强制转换
-	Float64 = InterfaceToFloat64
-	// string 强制转换
-	Str = InterfaceToStr
-	// bool 强制转换
-	Bool = InterfaceToBool
-)
-
 func Uuid(length int) string {
 	ret := []string{}
 	r := mathRand.New(mathRand.NewSource(time.Now().UnixNano()))