Go library for accessing the Reddit API.
5c376a1af4
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> |
||
---|---|---|
testdata | ||
.gitignore | ||
account.go | ||
account_test.go | ||
comment.go | ||
comment_test.go | ||
errors.go | ||
flair.go | ||
flair_test.go | ||
geddit.go | ||
geddit_oauth.go | ||
geddit_options.go | ||
geddit_options_test.go | ||
geddit_test.go | ||
go.mod | ||
go.sum | ||
LICENSE | ||
listings.go | ||
Makefile | ||
moderation.go | ||
moderation_test.go | ||
multi.go | ||
multi_test.go | ||
post-and-comment.go | ||
post-and-comment_test.go | ||
post.go | ||
post_test.go | ||
private-messages.go | ||
README.md | ||
search.go | ||
subreddit.go | ||
subreddit_test.go | ||
things.go | ||
timestamp.go | ||
timestamp_test.go | ||
user.go | ||
user_test.go | ||
util.go |