1 Star 0 Fork 0

csingo/cContext

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
Makefile 295 Bytes
一键复制 编辑 原始数据 按行查看 历史
joe 提交于 2023-12-14 14:29 . update
push:
# 更新包
go get -u all
go mod tidy
goimports -local gitee.com/csingo -w .
# 更新版本
version/creator `cat version/version` > version/version
# 提交代码
git add .
git commit -m "update"
git push
# 提交标签
git tag -af `cat version/version` -m ""
git push --tags
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/csingo/cContext.git
git@gitee.com:csingo/cContext.git
csingo
cContext
cContext
master

搜索帮助