Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 237 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 237 Bytes

go api server

new project

$ git clone https://github.com/lukedever/api-scaffold your_project && cd your_project
$ cp .env.example .env
$ make

create new module

$ go run cmd/new/main.go -module=bar