How to develop and expose APIs using Go
With the help of just a few additional packages I am able to quickly create a base set of APIs. I’ll go through the core aspects of this as well as include a video walk-through. This application is pretty simple with a MySQL database backend and a Go application as the middle-layer. In the attached video I step through how I setup the database and the go source code to create a set of APIs to interact with the MySQL backend.