/try-go-kit

Primary LanguageGoGNU General Public License v3.0GPL-3.0

This is me, trying out go-kit

Here's the plan

This'll be a server with two endpoints, /add and /string. Each endpoint will be responsible by its own service. There'll be a gateway to manage those endpoints.