当前位置:网站首页>[solution] package 'XXXX' is not in goroot
[solution] package 'XXXX' is not in goroot
2022-07-07 20:12:00 【cztAI】
error
package ‘xxxx‘ is not in GOROOT
vscode Print GOROOT The path is not now go Installation path for , Then I put GOROOT This path has been changed , Report errors
go: cannot find GOROOT directory
Think of before in vscode The terminal of the go env -w
Set the environment , Then I try to use this method to change it to now go Installation path for , Finally successfully repaired [ Lacrimal ].
resolvent :
open vscode terminal , use go Command setting environment
go env -w GOROOT=【 Fill in here go The installation path 】
go env -w GOROOT=D:\go\
Mainly unfamiliar with the environment configuration , Legacy problems caused by disorderly configuration , I wish to record .
边栏推荐
- torch.nn.functional.pad(input, pad, mode=‘constant‘, value=None)记录
- pom.xml 配置文件标签:dependencies 和 dependencyManagement 区别
- 力扣 2315.统计星号
- Chapter 9 Yunji datacanvas company won the highest honor of the "fifth digital finance innovation competition"!
- With st7008, the Bluetooth test is completely grasped
- Force buckle 1790 Can two strings be equal by performing string exchange only once
- Try the tuiroom of Tencent cloud (there is an appointment in the evening, which will be continued...)
- Detailed explanation of Flink parallelism and slot
- 国家网信办公布《数据出境安全评估办法》:累计向境外提供10万人信息需申报
- Force buckle 912 Sort array
猜你喜欢
Welcome to the markdown editor
Cloud component development and upgrading
Cloud 组件发展升级
使用高斯Redis实现二级索引
Implement secondary index with Gaussian redis
Opencv learning notes high dynamic range (HDR) imaging
Open source heavy ware! Chapter 9 the open source project of ylarn causal learning of Yunji datacanvas company will be released soon!
最多可以参加的会议数目[贪心 + 优先队列]
BI的边界:BI不适合做什么?主数据、MarTech?该如何扩展?
[philosophy and practice] the way of program design
随机推荐
线性基
R language dplyr package mutate_ At function and min_ The rank function calculates the sorting sequence number value and ranking value of the specified data column in the dataframe, and assigns the ra
About cv2 dnn. Readnetfromonnx (path) reports error during processing node with 3 inputs and 1 outputs [exclusive release]
JVM 类加载机制
The boundary of Bi: what is bi not suitable for? Master data, Martech? How to expand?
第二十章 使用工作队列管理器(三)
多个线程之间如何协同
ASP.NET学习& asp‘s one word
CJSON内存泄漏的注意事项
LeetCode_ 7_ five
MSE API learning
有了ST7008, 蓝牙测试完全拿捏住了
使用高斯Redis实现二级索引
力扣674. 最长连续递增序列
CUDA versions are inconsistent, and errors are reported when compiling apex
Chapter 20 using work queue manager (3)
Force buckle 1790 Can two strings be equal by performing string exchange only once
mysql 的一些重要知识
Force buckle 459 Duplicate substring
最多可以参加的会议数目[贪心 + 优先队列]