When I build this project on Go 1.9.2 with latest Beego, I got this error:
# github.com/beego/wetalk/routers/base
routers\base\base.go:393:3: cannot use errs (type map[string][]*validation.Error) as type map[string]*validation.Error in return argument
Process finished with exit code 2
When I build this project on Go 1.9.2 with latest Beego, I got this error: