android 项目降级 Not everyone appreciates the changes when new Android versions hit devices. If you want to switch back, it’s sometimes possible to downgrade your Android device to a previous version. Here’s how you do it. 当新的Android版本投放市场时&…
一、环境变量设置
go env -w GO111MODULEon
go env -w GOPROXYhttps://goproxy.cn,https://goproxy.io,direct 二、goland开启 go mod 三、go mod 使用
在go.mod文件中声明三方包地址&版本号即可,如下: 开发工具goland会自动解析go.mod文件&#x…