5c376a1af4c83b77eb4ef9d2caa6ab51f3e7ad97
Also started using slices of pointers instead of slices of structs. This is useful especially in the case of adding to the list of replies of a comment. If the comment is a plain old struct (non-pointer), the change wouldn't happen Signed-off-by: Vartan Benohanian <vartanbeno@gmail.com>
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:
go get github.com/vartanbeno/go-reddit@vX.Y.Z
Or for the latest version:
go get github.com/vartanbeno/go-reddit
Description
Languages
Go
99.8%
Makefile
0.2%