首页 > 其他 > 详细

LiteIDE 错误: go build xxxxxx: no non-test Go files in xxxx

时间:2019-02-13 18:06:03      阅读:1292      评论:0      收藏:0      [点我收藏+]

问题

c:/go/bin/go.exe build [C:/Users/Administrator/Desktop/go]
go build _/C_/Users/Administrator/Desktop/go: no non-test Go files in C:\Users\Administrator\Desktop\go
错误: 进程退出代码 1.

 技术分享图片

 

原因

试了几次,发现以*_test.go结尾的文件都无法编译运行

 

解决方法

修改文件不以*_test.go结尾

 

LiteIDE 错误: go build xxxxxx: no non-test Go files in xxxx

原文:https://www.cnblogs.com/Zev_Fung/p/10371163.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!