hellofresh / go-readinglist

Useful links for golang
MIT License
33 stars 6 forks source link

Common packages #7

Closed trustmaster closed 7 years ago

trustmaster commented 7 years ago

This adds basic packages that seem common among our Go projects and are known to be (more or less) good and proved over time.

I'm not sure about Gorilla/Schema, I used it quite some time ago but I suspect that there may be better solutions nowadays.

bastiankoetsier commented 7 years ago

+1 I would leave out schema because afaik we did not really test this here at HF yet (mostly API-based projects)

trustmaster commented 7 years ago

@bastiankoetsier I've added it because I've noticed people parsing URL query strings into structs manually for GET requests (and vice versa). So I think it's good for people to know there are better solutions, I'm just not sure this particular package is the best, it's just what I've worked with.

P.S.: there's no Concourse in this repo, so GitHub Review button is needed for approval 😉

trustmaster commented 7 years ago

@vgarvardt thanks! Added them all, except for github.com/hellofresh/jwt-auth-go which is a private repo. So silly we can't link to them consistently.

rafaeljesus commented 7 years ago

👍