You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
dsMin/dsAutoCode/代码生成器【启动】.cmd

9 lines
113 B

:: 创建Windows发布版本 -ldflags "-s -w"
go build -o ./dsAutoCode.exe ./main.go
:: 启动
.\dsAutoCode.exe
pause