Closed lukecolpo closed 4 years ago
Running go1.13 darwin/amd64 GOPATH: /users/lukecolpo/gowork GOROOT: /usr/local/go
When I run the following command go install ./src/github.com/ibm-messaging/mq-golang/ibmmq
go install ./src/github.com/ibm-messaging/mq-golang/ibmmq
I receive the following error: 'can't load package: package ./src/github.com/ibm-messaging/mq-golang/ibmmq: cannot find package "." in: /Users/lukecolpo/gowork/src/github.com/ibm-messaging/mq-golang/src/github.com/ibm-messaging/mq-golang/ibmmq'
Look at the 'buildInDocker.sh` script to see an example of compiling. You may be in the wrong directory to start with.
Thank you Mark!
Running go1.13 darwin/amd64 GOPATH: /users/lukecolpo/gowork GOROOT: /usr/local/go
When I run the following command
go install ./src/github.com/ibm-messaging/mq-golang/ibmmq
I receive the following error: 'can't load package: package ./src/github.com/ibm-messaging/mq-golang/ibmmq: cannot find package "." in: /Users/lukecolpo/gowork/src/github.com/ibm-messaging/mq-golang/src/github.com/ibm-messaging/mq-golang/ibmmq'