mm-wiki icon indicating copy to clipboard operation
mm-wiki copied to clipboard

main.go文件导入的包地址大部分是404

Open ROCKLEE-1998 opened this issue 2 years ago • 0 comments

main.go中import导入的包地址大部分都已经失效,无法引入编译

  1. 当前使用的版本号 GitHub最新拉取的代码

  2. 是否已经升级到新版本 是

  3. 当前遇到的问题 import ( "github.com/astaxie/beego" _ "github.com/astaxie/beego/session/memcache" _ "github.com/astaxie/beego/session/redis" _ "github.com/astaxie/beego/session/redis_cluster" _ "github.com/phachon/mm-wiki/app" ) 中 "github.com/astaxie/beego/session/memcache" _ "github.com/astaxie/beego/session/redis" _ "github.com/astaxie/beego/session/redis_cluster"地址已失效

  4. 错误日志或截图 image

ROCKLEE-1998 avatar Apr 20 '22 17:04 ROCKLEE-1998