Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 237 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 237 Bytes

Here's a simple implementation of a RESTful API using Golang + Gin Framework

First: create a module for the project dependencies:
go mod init

then, add the necessary packages and its dependencies :

go get .