tobegit3hub/seagull

Syntax error when use latest beego

tobegit3hub opened this issue · 2 comments

It seems beego has updated and could not be used directly by seagull. We should fix that for future development.

Also mentioned in #56

It's the problem of the change of API from beego 1.6.0. The similar problem and solution is here https://groups.google.com/forum/#!topic/beego-framework/GwwFXnLACT8

I have updated beego and bee and run bee fix to resolve this issue 😃