MrLightSpeed0 commented on issue #500:
URL: 
https://github.com/apache/apisix-dashboard/issues/500#issuecomment-699739985


   Hello. I was following the steps mentioned on this page: 
https://github.com/apache/apisix-dashboard
   I was at this step 4 Build 
    cd api && go build -o ../manager-api . && cd ..
    and got following error:
   `main.go:24:2: cannot find package "github.com/apisix/manager-api/conf" in 
any of:
           /usr/src/github.com/apisix/manager-api/conf (from $GOROOT)
           /root/go/src/github.com/apisix/manager-api/conf (from $GOPATH)
   main.go:25:2: cannot find package "github.com/apisix/manager-api/log" in any 
of:
           /usr/src/github.com/apisix/manager-api/log (from $GOROOT)
           /root/go/src/github.com/apisix/manager-api/log (from $GOPATH)
   main.go:26:2: cannot find package "github.com/apisix/manager-api/route" in 
any of:
           /usr/src/github.com/apisix/manager-api/route (from $GOROOT)
           /root/go/src/github.com/apisix/manager-api/route (from $GOPATH)`
   what do I need to set for $GOPATH and $GOROOT. I am running this as root. 


----------------------------------------------------------------
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:
us...@infra.apache.org


Reply via email to