vartanbeno / go-reddit

Go library for accessing the Reddit API.
Other
306 stars 84 forks source link

WithCredentials is not a imported method of reddit #4

Closed shuiRong closed 3 years ago

shuiRong commented 3 years ago

WithCredentials not declared by package reddit

I did can't find WithCredentials in doc page. Is the README.md not update timely?

image

vartanbeno commented 3 years ago

Hey! Is it possible you're using v1.0.0? That option doesn't exist in that release; I've made lots of changes since. Here is the README.md from v1.0.0.

I'm gonna get around to tagging a new release soon. I'll leave a comment here when I do that!

shuiRong commented 3 years ago

Yes, v1.0.0.

vartanbeno commented 3 years ago

Hey! I just tagged a new release, v2.0.0. Let me know if the issue persists.