# go-reddit go-reddit is a Go client library for accessing the Reddit API. ## Install To get a specific version from the list of [versions](https://github.com/vartanbeno/go-reddit/releases): ```sh go get github.com/vartanbeno/go-reddit@vX.Y.Z ``` Or for the latest version: ```sh go get github.com/vartanbeno/go-reddit ```