Home > other >  When the go get beego authz. Go error too many arguments to return?
When the go get beego authz. Go error too many arguments to return?

Time:09-21

GoLand perform go get statements times wrong information is as follows:
Github.com/astaxie/beego/plugins/authz
Github.com/astaxie/beego/plugins/authz
F:\Go\Workspace\src\src\github.com \ astaxie \ beego \ plugins \ authz \ authz go: 79:2: too many arguments to return
Have (bool, error)
Want (bool)
I ask this is what reason ah GOROOT GOPATH Settings are as follows:
GOROOT=F: \ Go \ Workspace \ go1.14
GOPATH=F: \ Go \ Workspace \ SRC

CodePudding user response:

An error prompt obviously, the source has a problem. You can try the old version under,
  • Related