Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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")
```