2 Star 3 Fork 1

david/large-json-formatter

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.ps1 336 Bytes
一键复制 编辑 原始数据 按行查看 历史
$Version = "1.0.5"
$dt = Get-Date -Format s
$commitId = & git rev-parse HEAD
$goVer = go version
$goVer = $goVer.replace("go version ", "")
go build -o json_format.exe -ldflags "-X 'json_format/g.Version=$Version' -X 'json_format/g.BuildTime=$dt' -X 'json_format/g.GitCommitId=$commitId' -X 'json_format/g.GoVersion=$goVer'" main.go
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Go
1
https://gitee.com/ccpwcn/large-json-formatter.git
git@gitee.com:ccpwcn/large-json-formatter.git
ccpwcn
large-json-formatter
large-json-formatter
master

搜索帮助