You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2021/06/10 03:02:44 UTC

[GitHub] [apisix-dashboard] bzp2010 commented on issue #1939: cannot find package "github.com/apisix/manager-api/

bzp2010 commented on issue #1939:
URL: https://github.com/apache/apisix-dashboard/issues/1939#issuecomment-858242843


   You can try to open the go module feature and use the `GO111MODULE` environment variable.
   It seems that the golang compiler searches `GOPATH` for related packages and ignores the definitions in the `go.mod` file.
   
   I'm not sure that's what's causing your problem, but you can try it.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org