beego/wetalk

../../beego/wetalk/setting/conf.go:170: undefined: beego.LevelInfo

Closed this issue · 2 comments

Hi I can't install your package, can you help please:

$ go env; go version; go get -u github.com/beego/wetalk
GOARCH="amd64"
GOBIN=""
GOCHAR="6"
GOEXE=""
GOHOSTARCH="amd64"
GOHOSTOS="darwin"
GOOS="darwin"
GOPATH="/Users/threez/Development/go"
GORACE=""
GOROOT="/usr/local/opt/go/libexec"
GOTOOLDIR="/usr/local/opt/go/libexec/pkg/tool/darwin_amd64"
CC="clang"
GOGCCFLAGS="-fPIC -m64 -pthread -fno-caret-diagnostics -Qunused-arguments -fmessage-length=0 -fno-common"
CXX="clang++"
CGO_ENABLED="1"
go version go1.3.2 darwin/amd64
# github.com/beego/wetalk/setting
../../beego/wetalk/setting/conf.go:170: undefined: beego.LevelInfo

Please do not use update to download wetalk, just delete the old package of wetalk under folder pkg and src and then use go get github.com/beego/wetalk to download a new one.

The problem you mentioned here is that the new version of beego has removed the beego.LevelInfo and it may cause some problem.

Just delete the old and get the new one.

BTW,this bug has been fixed in #35