三:解决方法二 vim go1.17.8/src/runtime/internal/sys/zversion.go 最文件最后增加一行 1 constTheVersion = `go1.18.4` 完整文件如下: 1 2 3 4 5 6 // Code generated by go tool dist; DO NOT EDIT. packagesys constStackGuardMultiplierDefault = 1 constTheVersion = `go1.18.4`...
低版本的goland还需要配置GOROOT,但是在配置go1.17以上的时候就一直报这个错误 The selected directory is not a valid home for Go Sdk 可以使用下面的方式解决 编辑下面这个文件,比如我安装的路径如下 D:\software\go1.17.6\src\runtime\internal\sys\zversion.go 增加一个自己的版本...
解决 在Go安装路径下找到zversion.go文件,我的在D:\Program Files\Go1.21.1\src\runtime\internal\sys下面 打开文件,添加如下内容: const TheVersion = `go1.21.1` 1. 保存后再重新添加GOROOT即可
在Goland中,通过“File”->“Settings”->“Go”->“Goroot and GOPATH”来重新选择正确的GOROOT路径。 确保Goland识别并使用了正确的SDK版本。 检查环境变量: 在系统环境变量中,检查是否有与Go相关的变量设置错误或遗漏。 特别是GOTOOLDIR,它应指向包含Go编译工具的目录。 重装Go SDK: 如果以上步骤无效,尝试卸...
低版本的goland还需要配置GOROOT,但是在配置go1.17以上的时候就一直报这个错误 The selected directory is not a valid home for Go Sdk 可以使用下面的方式解决 编辑下面这个文件,比如我安装的路径如下 D:\software\go1.17.6\src\runtime\internal\sys\zversion.go ...
初学Golang,今天在配置好 Golang SDK 后,安装 goland IED 编辑器。在配置 goland GOROOT SDK 的过程中,一直报错如下:The selected directory is not a valid home for Go Sdk 本机环境 1、系统环境:windows10(GOROOT、path 系统环境变量均已配置)
低版本的goland还需要配置GOROOT,但是在配置go1.17以上的时候就一直报这个错误 The selected directory is not a valid home for Go Sdk 可以使用下面的方式解决 编辑下面这个文件,比如我安装的路径如下 D:\software\go1.17.6\src\runtime\internal\sys\zversion.go ...
In the GOROOT field, specify the location of your Go installation. Usually, the location is defined automatically. To change or install a new version of Go SDK, click the Add SDK… button and select Local… to choose the Go SDK version on your hard drive, or select Download… to downloa...
To see the current value of GOROOT, open settings (CtrlAlt0S) and navigate to Go | GOROOT. Click the drop-down list and select the Go version. If no Go version is available, click the Add SDK button to download a Go version or select a path to a local copy of Go SDK. Select ...
Provide necessary information such as the project name, GOROOT, and environment variables. Even if you don’t have the Go SDK installed on your system, GoLand will assist you in downloading the correct SDK. Then click Create. Installing packages Gorilla Mux Once the project has been created, ...