Ben JohnsoninGo WalkthroughGo Walkthrough: fmtTemplated formatting using the “fumpt” package.Sep 21, 20165Sep 21, 20165
Ben JohnsoninGo WalkthroughGo Walkthrough: strconvFast, efficient, & safe primitive formatting.Sep 8, 2016Sep 8, 2016
Ben JohnsoninGo WalkthroughGo Walkthrough: encoding/binaryDemystifying the low-level binary encoding packageAug 29, 20166Aug 29, 20166
Ben JohnsoninGo WalkthroughGo Walkthrough: encoding/json packageDiving deep into the bowels of Go’s JSON encoding packageAug 22, 20165Aug 22, 20165
Ben JohnsoninGo WalkthroughGo Walkthrough: encoding packageAdding logical structure to our byte streams & slices.Aug 15, 20163Aug 15, 20163
Ben JohnsonStandard Package LayoutAddressing one of the biggest technical problems in the Go communityAug 10, 201659Aug 10, 201659
Ben JohnsoninGo WalkthroughGo Walkthrough: bytes + strings packagesIn the previous post we covered byte streams but sometimes we need to work with bounded, in-memory byte slices instead. While working with…Aug 8, 20168Aug 8, 20168
Ben JohnsoninGo WalkthroughGo Walkthrough: io packageGo is a programming language built for working with bytes. Whether you have lists of bytes, streams of bytes, or individual bytes, Go makes…Aug 1, 201611Aug 1, 201611