This project is a simple example of API development in Go, focusing on group URL routing, basic authentication, and implementing basic GET and POST endpoints.
Make sure you have Go installed on your machine. You can download it from https://golang.org/dl/.
go get -u github.com/gin-gonic/gin
go run main.go