Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 111 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 111 Bytes

Common type conversions in goLang

demo

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