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
$ go build src/server.go
# command-line-arguments
src/server.go:46:27: too many arguments in call to "github.com/labstack/echo-contrib/casbin".Middleware
have (*"github.com/casbin/casbin".Enforcer, error)
want (*"github.com/casbin/casbin".Enforcer)
The code below has a compilation error:
We have to change this code like this:
The text was updated successfully, but these errors were encountered: