Hackathon basic Golang backend template
Simple template web service using gin
(https://gin-gonic.com/) for web framework
require Go v1.17+
go run main.go
would run http server on http://localhost:8080
This is barebone template for running http server on golang, for more reference see gin
(https://gin-gonic.com/)