摘要:
Check below settings: Method 1: Choose "goformat" for Go's Format Tool: If got below error message, click the Install button or run the command: The "
阅读全文
posted @ 2023-06-14 19:12
ZhangZhihuiAAA
阅读(107)
推荐(0)
摘要:
sudo dpkg -l | grep pkg_name sudo apt remove pkg_name sudo apt purge pkg_name sudo apt autoremove sudo apt clean
阅读全文
posted @ 2023-06-14 17:35
ZhangZhihuiAAA
阅读(15)
推荐(0)
摘要:
sudo dpkg -i file.deb
阅读全文
posted @ 2023-06-14 16:46
ZhangZhihuiAAA
阅读(17)
推荐(0)
摘要:
zzh@ZZHPC:~$ go env -w GO111MODULE=on zzh@ZZHPC:~$ go env -w GOPROXY=https://goproxy.io,direct If you're using VSCode, you can install Go tools as fol
阅读全文
posted @ 2023-06-14 08:49
ZhangZhihuiAAA
阅读(125)
推荐(0)