You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
When I build this project on Go 1.9.2 with latest Beego, I got this error:
The text was updated successfully, but these errors were encountered: