Skip to content

j20cc/api-scaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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