当前位置:网站首页>[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 .
边栏推荐
- c语言如何判定是32位系统还是64位系统
- R language ggplot2 visualization: use the ggecdf function of ggpubr package to visualize the grouping experience cumulative density distribution function curve, and the linetype parameter to specify t
- Force buckle 643 Subarray maximum average I
- vulnhub之school 1
- torch.nn.functional.pad(input, pad, mode=‘constant‘, value=None)记录
- CSDN syntax description
- Leetcode force buckle (Sword finger offer 36-39) 36 Binary search tree and bidirectional linked list 37 Serialize binary tree 38 Arrangement of strings 39 Numbers that appear more than half of the tim
- Traversée des procédures stockées Oracle
- Semantic slam source code analysis
- R language ggplot2 visualization: use the ggdensity function of ggpubr package to visualize the packet density graph, and use stat_ overlay_ normal_ The density function superimposes the positive dist
猜你喜欢

Force buckle 599 Minimum index sum of two lists

Vulnhub's funfox2

Navicat连接2002 - Can‘t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock‘解决

编译器优化那些事儿(4):归纳变量

华南X99平台打鸡血教程

mysql 的一些重要知识

使用高斯Redis实现二级索引

Force buckle 2319 Judge whether the matrix is an X matrix

vulnhub之school 1

干货分享|DevExpress v22.1原版帮助文档下载集合
随机推荐
Traversal of Oracle stored procedures
BI的边界:BI不适合做什么?主数据、MarTech?该如何扩展?
最多可以参加的会议数目[贪心 + 优先队列]
Training IX basic configuration of network services
力扣 912.排序数组
Equals method
R language ggplot2 visualization: use the ggviolin function of ggpubr package to visualize the violin diagram, set the palette parameter to customize the filling color of violin diagrams at different
Traversée des procédures stockées Oracle
YoloV6:YoloV6+Win10---训练自己得数据集
关于自身的一些安排
Cloud 组件发展升级
Compiler optimization (4): inductive variables
【解决】package ‘xxxx‘ is not in GOROOT
Navicat连接2002 - Can‘t connect to local MySQL server through socket ‘/var/lib/mysql/mysql.sock‘解决
MIT science and technology review article: AgI hype around Gato and other models may make people ignore the really important issues
Vulnhub's funfox2
Kubernetes——kubectl命令行工具用法详解
线性基
Get webkitformboundary post login
微信公众号OAuth2.0授权登录并显示用户信息