dolanor / rip

REST in peace
BSD 3-Clause "New" or "Revised" License
68 stars 0 forks source link

Break module into submodules #11

Closed dolanor closed 5 months ago

dolanor commented 5 months ago

I want to keep the original idea as simple as possible, and keep it as light as possible. So, I'm thinking about breaking the rip extra encoding into an extra module that will handle third party encoders and more advanced features (like Swagger/OpenAPI and HATEOAS). As well as example could live in another modules, with all their dependencies.

But when you use rip, I wish you just need to depend on its module that mostly uses the standard library. Also, that will trigger way less dependabot notifications.

dolanor commented 5 months ago

Asked the experts on the #modules channel on the gopher slack

image

After testing, it was in fact optimized already. Just my go.sum containing all the deps sum in it made me think it was downloaded as well. So no need for this. Closing.