0.1.1 报错:go run: cannot run *_te
2021-04-26 本文已影响0人
iRonCheng
⚠️报错 -> go run: cannot run *_test.go files (abc_test.go)
因为 *_test.go(如abc_test.go)是go语言特有的规定,作为测试文件使用。
因此修改下相关文件名即可
⚠️报错 -> go run: cannot run *_test.go files (abc_test.go)
因为 *_test.go(如abc_test.go)是go语言特有的规定,作为测试文件使用。
因此修改下相关文件名即可