完善any2string

This commit is contained in:
2024-06-12 16:38:51 +08:00
parent e228983e73
commit ed0c57913a
4 changed files with 42 additions and 72 deletions

View File

@ -9,19 +9,6 @@ package wrapper
import "time"
const (
DataTypeUnknown = "unknown"
DataTypeNil = "nil"
DataTypePtr = "ptr"
DataTypeString = "string"
DataTypeInt = "int"
DataTypeUint = "uint"
DataTypeBool = "bool"
DataTypeFloat = "float"
DataTypeSlice = "slice"
DataTypeObject = "object"
)
// Int8Result ...
//
// Author : go_developer@163.com<白茶清欢>