问答详情
源自:4-2 商品详情页Beego开发过程(上)

运行时候报错了!

win10下 提示错误:init global config instance failed. If you donot use this, just ignore it.  open config/app.conf: The system cannot find the path specified.

$env:GO111MODULE="on" 设置为on了,这是什么问题?

提问者:慕斯1088534 2020-11-12 20:38

个回答

  • 慕姐3259528
    2020-12-15 17:44:25

    你好 我也遇到这个问题了 请问怎么整理个干净版beego 引用包呀   

  • 慕斯1088534
    2020-11-13 16:11:10

    哈哈,自己找的问题了,搞定了!

    解决办法是:gopath\src\github.com\astaxie\beego 这个包里面有些引用重复了,导致路径不对,整理个干净版beego 引用包就运行成功了。   

    Welcome to Beego