gpt4 book ai didi

高语 : getting this error upon go install

转载 作者:数据小太阳 更新时间:2023-10-29 03:14:26 30 4
gpt4 key购买 nike

我在键入“go install”时收到此错误消息。

root@kali:~/Scripts/Enum/gobuster# go install

go install: no install location for directory /root/Scripts/Enum/gobuster outside GOPATH
For more details see: go help gopath

我的“go env”如下。

root@kali:~/Scripts/Enum/gobuster# go env

GOARCH="386"
GOBIN=""
GOEXE=""
GOHOSTARCH="386"
GOHOSTOS="linux"
GOOS="linux"
GOPATH="/root"
GORACE=""
GOROOT="/usr/lib/go"
GOTOOLDIR="/usr/lib/go/pkg/tool/linux_386"
GO15VENDOREXPERIMENT="1"
CC="gcc"
GOGCCFLAGS="-fPIC -m32 -pthread -fmessage-length=0"
CXX="g++"
CGO_ENABLED="1"

有人可以帮忙吗?谢谢。

最佳答案

@小张,您需要将您的代码保存在一个非常特定的位置,即在 Go 的工作区下,而且还要遵循与您的存储库匹配的位置格式,例如:~/go/src/github.com/young_jang/gobuster

更多详情:https://www.goinggo.net/2016/05/installing-go-and-your-workspace.html

关于高语 : getting this error upon go install,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/40898613/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com