1 Star 1 Fork 0

Xie Biao / gin-x-skeleton

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build-debug.sh 210 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xie Biao 提交于 2018-10-10 14:53 . add gin-x skeleton
#!/bin/bash
GIN="gin"
if [ -n "$GOPATH" ]; then
GIN="$GOPATH/bin/gin"
fi
CGO_ENABLED=0 $GIN -p=8000 -a=5200 -b="runtime/main-debug" -i --all --excludeDir="runtime" --buildArgs="-ldflags '-s -w'" run main.go
Go
1
https://gitee.com/hhxsv5/gin-x-skeleton.git
git@gitee.com:hhxsv5/gin-x-skeleton.git
hhxsv5
gin-x-skeleton
gin-x-skeleton
master

搜索帮助