为了账号安全,请及时绑定邮箱和手机立即绑定

Windows7下面使用go build -o router_static && ./router_static

Windows7下面使用go build -o router_static && ./router_static时出现问题显示如下信息:

'.' 不是内部或外部命令,也不是可运行的程序

或批处理文件。


正在回答

2 回答

先编译main.go 使用命令go build main.go  生成main.exe 

在使用命令 go build -o router_static 得到 router_static  

最后使用 go build -o router_static && main.exe

1 回复 有任何疑惑可以回复我~

go build -o router_static 和  ./router_static分两次输入就可以了

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

Windows7下面使用go build -o router_static && ./router_static

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信