go-unsplash icon indicating copy to clipboard operation
go-unsplash copied to clipboard

Add context to all methods

Open hbagdi opened this issue 7 years ago • 3 comments

If anyone is using the package, this would break all those.

hbagdi avatar Aug 01 '17 22:08 hbagdi

I'd suspect most users who are using this seriously would be vendoring dependencies. The downside is you haven't tagged any releases, so they're using "master" and not semver.

terinjokes avatar Dec 16 '17 17:12 terinjokes

Yes, I should have version it long back. Better late than never though. Let me version it now and put it on gopkg.in

hbagdi avatar Dec 18 '17 00:12 hbagdi

I wouldn't recommend gopkn, because of how it messes with import paths. Just use git tags and tools like dep and glide will use it without any extra work.

On Dec 17, 2017 4:08 PM, "hbagdi" [email protected] wrote:

Yes, I should have version it long back. Better late than never though. Let me version it now and put it on gopkg.in

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/hbagdi/go-unsplash/issues/31#issuecomment-352297387, or mute the thread https://github.com/notifications/unsubscribe-auth/AAQsZf5pQFY9ZDW_ioBRyrSZmwBau4GGks5tBaz8gaJpZM4OqYlJ .

terinjokes avatar Dec 18 '17 02:12 terinjokes