使用go包也位于此处:
https://godoc.org/golang.org/x/tools/cmd/bundle
我尝试跑步:
const playerName
=document.getElementById("idofiputtag").value;
我得到这个错误:
捆绑:在当前目录中找不到软件包:没有可构建的Go $ PWD中的源文件
为什么工具不了解我要在
中搜索go文件?bundle -o bun ./builds/one
不是
$PWD/builds/one
?
我尝试使用绝对路径而不是相对路径,这是同样的问题。目录如下:
$PWD
也许我需要设置$ GOPATH或$ GOROOT?我尝试设置这些相同的问题。