1
0
mirror of https://github.com/duke-git/lancet.git synced 2026-02-08 14:42:27 +08:00

fix: fix word misspelling

This commit is contained in:
dudaodong
2022-12-04 11:25:02 +08:00
parent 205fedb197
commit 2d905ab03e
3 changed files with 3 additions and 3 deletions

View File

@@ -130,7 +130,7 @@ func ToString(value any) string {
newValue, _ := json.Marshal(value)
return string(newValue)
// todo: maybe we should't supprt other type convertion
// todo: maybe we should't supprt other type conversion
// v := reflect.ValueOf(value)
// log.Panicf("Unsupported data type: %s ", v.String())
// return ""