Skip to content

A simple implementation of a RESTful API using Golang and Gin Framework

Notifications You must be signed in to change notification settings

caio-passos/goRESTful

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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 .

About

A simple implementation of a RESTful API using Golang and Gin Framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages