golang在windows上编译exe程序

go.exe 如何编译 windows release exe

go build helloworld.go

 

F:\go\path\src\xxxx>xxxxx.exe --log_dir=./logs/log --dailyRolling=true DEBUG

 

 

 

你可能感兴趣的:(go)