Service Frame generator for Dpp in Go. https://msbu-tech.github.io/go-sf/
go get github.com/msbu-tech/go-sf/cmd/go-sf
You need to set $GOPATH
:
$ mkdir $HOME/work
$ export GOPATH=$HOME/work
And then add $GOPATH
to your $PATH
:
$ export PATH=$PATH:$GOPATH/bin
See https://golang.org/doc/code.html
go-sf -new -name=doctor \
-author=msbu \
-template=template/service \
-output=/path/to/output
MIT