Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 101 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 101 Bytes

parse

String conversion

i := parse.String("123")
log.Println("%T", i)
// prints "int"