Error in Beego framework controller.go , cant figure out the error

289 Views Asked by At

ERROR:

 *controllers.ListController does not implement web.ControllerInterface (wrong type for Init method)
  have Init(*"github.com/astaxie/beego/context".Context, string, string, interface {})
  want Init(*"github.com/beego/beego/v2/server/web/context".Context, string, string, interface {})
0

There are 0 best solutions below