主页

索引

模块索引

搜索页面

goreman

基本:

安装:
$ go get github.com/mattn/goreman

使用:
$ cat << EOF > Procfile
web1: go run web.go -a :8091
web2: go run web.go -a :8092
web3: go run web.go -a :8083
EOF
$ goreman start

主页

索引

模块索引

搜索页面