Sample for Building RESTful API using Golang, and MariaDB (MySQL)
SQL Driver
go get github.com/go-sql-driver/mysql
HTTP Router
go get github.com/julienschmidt/httprouter
Go Struct and Field Validator
go get github.com/go-playground/validator/v10
Go Dot Env
go get github.com/joho/godotenv
This repo is not for building an application but only as an example or you could say as a template for basic web services with Golang and MariaDB (MySQL).