1 Star 0 Fork 0

yysf/gowrap

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.goreleaser.yml 468 Bytes
一键复制 编辑 原始数据 按行查看 历史
Max Chechel 提交于 2021-06-21 19:01 . Updated .goreleaser.yml
project_name: gowrap
before:
hooks:
- make test
builds:
-
main: ./cmd/gowrap/
binary: gowrap
env:
- CGO_ENABLED=0
- GO386=softfloat
goos:
- darwin
- linux
- windows
ldflags:
- -X github.com/hexdigest/gowrap.version={{.Version}}
checksum:
name_template: 'checksums.txt'
snapshot:
name_template: "{{ .Tag }}"
changelog:
sort: asc
filters:
exclude:
- '^docs:'
- '^test:'
env_files:
github_token: .gh_token
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/yysf_xin/gowrap.git
[email protected]:yysf_xin/gowrap.git
yysf_xin
gowrap
gowrap
feature/anno

搜索帮助