Go Walkthrough: strconv

1 · · Sept. 8, 2016, 6 a.m.
Formatting & parsing primitive values in Go is a common task. You probably first dipped your toes into the fmt package when you started Go, however, there’s a less commonly used package for basic formatting that’s more efficient and preserves compiler type checking.The strconv package...