gpt4 book ai didi

installation - 安装 Go 语言

转载 作者:IT王子 更新时间:2023-10-29 02:06:29 24 4
gpt4 key购买 nike

我正在尝试安装 Go 语言,但最后出现了这些错误(我不会全部复制,因为有很多行):

$>=========== fixedbugs/bug359.go
> BUG: errchk: fixedbugs/bug359.go:19: missing expected error: '"unexported field"'
> errchk: fixedbugs/bug359.go:25: missing expected error: '"a redeclared"'
> errchk: unmatched error messages:
> ==================================================
> fixedbugs/bug359.go:12: import /home/anju/go/pkg/linux_386/container/list.a:
object is [linux 386 release.r56 9441] expected [linux 386 release.r60.3 10088+]
> ==================================================
0 known bugs; 78 unexpected bugs; test output differs
FAILED

我已经一步步按照说明操作,但总是得到相同的结果。我用下一行编辑了我的 .bashrc:

export GOROOT=$HOME/go
export GOARCH=386
export GOOS=linux
export GOBIN=$HOME/bin
export PATH=$GOBIN:$PATH

但是当我执行命令 uname -a 时,我得到了这些:

$Linux Anju 2.6.32-35-generic #78-Ubuntu SMP Tue Oct 11 15:27:15 UTC 2011 i686 GNU/Linux.

那么,GOARCH=386 没问题,或者我应该使用其他值?感谢您的关注,请原谅我的英语不好。

最佳答案

$GOBIN 的标准默认值是:

export GOBIN=$GOROOT/bin

您可能安装了多个版本的 Go。例如,[linux 386 release.r56 9441][linux 386 release.r60.3 10088+]。因此,您可能有多个版本的 Go 二进制文件,例如 8g,可能在 $HOME/bin$GOROOT/bin 中($HOME/go/bin).

关于installation - 安装 Go 语言,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8335449/

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