Thursday, May 5, 2016

beego bee tool migration error?

beego default migration tool does not show any error,
its very annoying.

here is a fix, either
go get github.com/u007/bee

OR

clone this repository instead,
and goto $gopath
cd github.com/u007/bee
run:
go build
go install

and now, rerun your bee migrate