我正在安装狂欢使用邦奇。我正在犯以下错误:
installing github.com/revel/revel ... 2017/03/27 13:49:41 failed installing packages: failed building package github.com/revel/revel, error: # github.com/revel/revel
./revel.go:180: undefined: config.DEFAULT_SECTION
, output: %!s(MISSING): exit status 2 [exit status 2 github.com/dkulchenko/bunch/packages.go:234: failed building package github.com/revel/revel, error: # github.com/revel/revel
./revel.go:180: undefined: config.DEFAULT_SECTION
, output: %!s(MISSING) github.com/dkulchenko/bunch/packages.go:643: ]请帮助我,让我知道如何解决这个问题。
下面是我的BunchFile的样子:
github.com/dkulchenko/bunch !self
github.com/robfig/config
github.com/revel/revel v0.13.0
github.com/revel/cmd/revel v0.13.0
github.com/janekolszak/revmgo
github.com/afex/hystrix-go/hystrix
github.com/remind101/newrelic发布于 2017-03-27 19:31:30
在CONFIG_DEFAULT a 前段时间中更改了github.com/revel/config/config.go变量名
您可能还需要将该存储库固定在v0.13.0,大概是将其添加到您的集群文件中:
github.com/revel/config v0.13.0
您还可以将您的狂欢引脚移到v0.13.0,并获得一个更新的版本。
https://stackoverflow.com/questions/43043734
复制相似问题