Reddit API Authentication with Go
Howdy! The subject of this post is going to be a quick run through of how to authenticate your Go web application for interacting with the Reddit API.
strings API memorized; I frequently find myself repeating the same search/copy/paste for common operations. There’s also a lot of formatting related patterns that I’ve had to repeatedly look up. In this post I’m going to document some of the more useful Go strings snippets I’ve come across, as well as some other useful concepts relating to strings in Go in general.