Go Walkthrough: fmt

1 · · Sept. 21, 2016, 6 a.m.
In the last post we looked at fast, primitive encoding using strconv but in this post we’ll take a higher level approach by using templates with the fmt package. The fmt package builds on top of our knowledge of primitive formatting options but packages it in a way...