Categorygithub.com/ynwcel/gfxdemo
modulepackage
0.0.1
Repository: https://github.com/ynwcel/gfxdemo.git
Documentation: pkg.go.dev

# README

1、安装

1.1 下载源码

git clone https://github.com/ynwcel/gfxdemo 

1.2 重命名包名(可选)

go run hack/hack.go --setgomod=mygoweb

2、配置

2.1 项目配置

# 方式一:项目根目录下
cp public/config.demo.yaml ./config.yaml

# 方式二: 资源目录下,(会打包进可执行文件)
cp public/config.demo.yaml public/config.yaml

2.2 gf 命令配置

cp hack/config.demo.yaml hack/config.yaml

3、编译

3.1 设置版本(hack.go自动设置编译时间)

go run hack/hack.go --build --build.version=0.0.1

# Packages

No description provided by the author
No description provided by the author