I wrote past few posts based on my notes from The Go Progamming Language by Donovan. In this article, we will try to make a go serverand expose rest APIs to read an write values from MySQL database. We will assume that your mySQL server is running at 3306 port in your local computer. net/httpContinue reading “Run your first Go web server and read write value in MySQL”