当前位置:网站首页>[brief notes] solve the problem of IDE golang code red and error reporting
[brief notes] solve the problem of IDE golang code red and error reporting
2022-07-05 15:27:00 【dnice】
Problem specification
Use goland Conduct go Language programming , Need configuration go module, otherwise IDE Some libraries may not be recognized , It shows that the code is red and cannot jump .
solve
Configure as follows :
The picture input content is as follows , Directly copy
GOPROXY=https://goproxy.cn,https://goproxy.io,direct
边栏推荐
猜你喜欢
随机推荐
wxml2canvas
Common MySQL interview questions (1) (written MySQL interview questions)
Creation and use of thymeleaf template
The difference between SQL Server char nchar varchar and nvarchar
lvgl 显示图片示例
Ionic Cordova project modification plug-in
Coding devsecops helps financial enterprises run out of digital acceleration
queryRunner. Query method
String modification problem solving Report
Where is the operation of convertible bond renewal? Is it safer and more reliable to open an account
把 ”中台“ 的思想迁移到代码中去
Number protection AXB function! (essence)
Transfer the idea of "Zhongtai" to the code
Optional parameters in the for loop
超越PaLM!北大硕士提出DiVeRSe,全面刷新NLP推理排行榜
swiper. JS to achieve barrage effect
Install PHP extension spoole
lv_font_conv离线转换
数据库学习——数据库安全性
Bubble sort, insert sort








