/go-ws-gin

A simple RESTful API with Go and Gin

Primary LanguageGo

Developing a RESTful API with Go and Gin

In this tutorial By Google Cloud Shell, I was introduced to the basics of writing a RESTful web service API with Go and the Gin Web Framework (Gin).

Gin simplifies many coding tasks associated with building web applications, including web services. In this tutorial, you'll use Gin to route requests, retrieve request details, and marshal JSON for responses.