I just want to leave a big Thank You to all contributors.
This library is so useful to automate a lot of tasks around Github. And I am sure that the work of more than 180 contributors has saved many hours per developer who can just focus on getting their stuff done. Thank you 馃憤
But even more important (for me): I learned so much by reading the code of this library.
For me personally I design all my client libs according to the design of this library. It has everything in there and is well written.
So once I meet one of the authors and contributors, remind me that you participated in this project and will say Thank You in person.
Keep up the good work and don't let open source work switch to stress. You are doing amazing work. Don't forget this.
As one of the (many) contributors, thank you for the thank you. :)
I agree with the 3 points you've raised. It's nice to see them written up and appreciated. I also am a big fan of those properties of the design of this library. I'll add one of my favorites to it:
Conditional Requests via HTTP caching http.Transport: As https://github.com/google/go-github#conditional-requests says:
go-githubdoes not handle conditional requests directly, but is instead designed to work with a cachinghttp.Transport. We recommend using https://github.com/gregjones/httpcache for that.
Instead of trying to implement HTTP caching directly, a general purpose http.Transport can be used. That means it can be developed independently, and reused in other places that need it, rather than being tightly coupled with go-github itself.
I will close this now because here is no action needed instead of drinking a 鈽曪笍 or a 馃嵑 and celebrate.
Most helpful comment
I will close this now because here is no action needed instead of drinking a 鈽曪笍 or a 馃嵑 and celebrate.