shotokan / api-rest-gin

api rest example with gin and inject (golang)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

go get github.com/struCoder/pmgo https://github.com/struCoder/pmgo

$ pmgo kill # kill pmgo daemon process

$ pmgo start source app-name # Compile, start, daemonize and auto restart application. $ pmgo restart app-name # Restart a previously saved process $ pmgo stop app-name # Stop application. $ pmgo delete app-name pmgo start api-example/ main

vgo build compile packages and dependencies vgo install compile and install packages vgo get download and install pakages dependencies

example: vgo get github.com/stretchr/testify

https://sosedoff.com/2016/07/16/golang-struct-tags.html

https://mmcgrana.github.io/2012/09/go-by-example-timers-and-tickers.html

About

api rest example with gin and inject (golang)


Languages

Language:Go 100.0%