Web Service Architecture for Golang Developers

Bogdan Alexandru Militaru
16 min readOct 21, 2018

Web service architecture is the first phase before building every project, it’s like you prepare to build a house and start by creating the architecture plan.

This article will present how I structure my projects when I need to create a simple web service in Golang. It’s very important for you to keep a simple but intuitive architecture, because as you know, in golang you can call…

--

--