Go Series: Learning How to Build a Web Service Using Go from Scratch Pt. 12 — Managers (Services)

Jonathan Chao
3 min readJun 19, 2023

Now that we have our repos and their interfaces up and ready, we can start connecting to the managers or services. I will use these 2 terms interchangeably in this article.

Going back to our repo logics

// ... all the same code above CreateUser from the previous section
func…

--

--

Jonathan Chao

I am a software developer who has been in this industry for close to a decade. I share my experience to people who are or want to get into the industry