I have a written a REST API using the Gorilla mux package and all data is stored in a MySQL database. I'm using the go-sql-driver/mysql package to access it.
When I compile and run the bin directly, it works as expected.
This is my first attepmt at deploying about to google cloud services, so I'm not familair with any special setup thatr needs to occur to make this work.
All code can be found at cobraclamp/hotswapper-api
NOTE: I'm aware that the InitDB in main has boilerplate credentials, they are properly set in the local and production projects