Code repo for Gorilla GORM Tutorial article on medium
To build the repo run the command
$ go build main.go
To run the code, use the command
$ go run main.go
GET - http://localhost:8000/post
GET - http://localhost:8000/post/:id
POST - http://localhost:8000/post
PUT - http://localhost:8000/post/:id
DELETE - http://localhost:8000/post/:id