使用 go mod 在非 gopath 路径创建的项目,可以 go build , go install ,go run 但是使用 goland 无法使用 shift + f10 提示: GOROOT=C:\Go #gosetup GOPATH=C:\Users\kingf\go #gosetup C:\Go\bin\go.exe build -i -o C:\Users\kingf\AppData\Local\Temp___go_build_main_go.exe D:/gocode/gofile/main.go #gosetup build command-line-arguments: cannot load gofile/ts: cannot find module providing package gofile/ts
1
nodwang OP build command-line-arguments: cannot load gofile/ts: cannot find module providing package gofile/ts
|
2
nodwang OP 使用的 goland 2019.1 他的 run (shift+f10) 调用也是 gobuild 命令
C:\Go\bin\go.exe build -i -o C:\Users\kingf\AppData\Local\Temp\___go_build_main_go.exe D:/gocode/gofile/main.go 在 命令行中单独执行这条命令是可以 运行的不会报错 |
3
nodwang OP <img src="https://s2.ax1x.com/2019/04/10/ATQ956.png" alt="子衿悠 - 橙光">
|
4
abel1989 2019-04-22 16:09:44 +08:00
goland 有开 go module 吗?
|