树莓派

分类:树莓派|

2017年买的树莓派,  apt-get 更新总是错误: 解决办法 : 修改源:#阿里云源 sudo vim /etc/apt/sources.list deb http://mirrors.aliyun.com/raspbian/raspbian/ stretch main ...

Golang 那些必知的网址

分类:Golang|

golang 包搜索: https://pkg.go.dev代理: https://goproxy.cn学习网址: https://www.topgoer.com/ Golang标准库文档https://studygolang.com/pkgdoc gorm: https://gorm.io/beego:https://beego.vip/gin开发文...

goland 报红色的无显示错误

分类:Golang|

引用户Gin 框架:go get -u -v github.com/gin-gonic/gin写个main Demo: goland 引入gin 使用标红Cannot resolve symbol 'gin-gonic'解决方法:在项目目录下执行: go mod tidy// go mod init gin