/convert

Primary LanguageGoApache License 2.0Apache-2.0

Common type conversions in goLang

demo

//如任意类型转string
x := 1
str := convert.Str(x)