Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lon9/go-api-starter
Generator for Golang api server
https://github.com/lon9/go-api-starter
echo gin golang
Last synced: about 1 month ago
JSON representation
Generator for Golang api server
- Host: GitHub
- URL: https://github.com/lon9/go-api-starter
- Owner: lon9
- Created: 2020-01-29T09:06:33.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-13T01:36:19.000Z (almost 5 years ago)
- Last Synced: 2023-07-10T11:45:35.864Z (over 1 year ago)
- Topics: echo, gin, golang
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-api-starter
## Usage
```
go-api-starter -p "github.com/lon9/awesome-project"
```## options
```
Usage of go-api-starter:
-f string
framework you use (e.g. echo or gin) (default "echo")
-o string
path you want to set up project. Default is base of p option
-p string
path of your awesome project from GOPATH (default "github.com/lon9/awesomeproject")
```