service-scaffold

command module
v0.0.0-...-148dfbe Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 18, 2019 License: Apache-2.0 Imports: 6 Imported by: 0

README

Go Web-Service Scaffold

To bootstrap new project:

  1. Clone or go get this repo
mkdir -p $GOPATH/src/github.com/lancer-kit/
cd $GOPATH/src/github.com/lancer-kit/
git clone https://github.com/lancer-kit/service-scaffold
### OR
go get github.com/lancer-kit/service-scaffold
  1. Go to scaffold directory and run ./init.sh
cd $GOPATH/src/github.com/lancer-kit/service-scaffold
sh ./init.sh
  1. Get forge — a tool for code generation:
go get -u github.com/lancer-kit/forge
Example
cd $GOPATH/src/github.com/lancer-kit/service-scaffold
sh ./init.sh 
Enter VCS domain (default: github.com): gitlab.com
Enter VCS username or group: inn4sci-go
Enter project name: api

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
generated by forge -type=ExampleType; DO NOT EDIT
generated by forge -type=ExampleType; DO NOT EDIT
api

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL