ibm-messaging / mq-golang

Calling IBM MQ from Go applications
Apache License 2.0
168 stars 60 forks source link

IBM MQ Compilation Error #119

Closed lukecolpo closed 4 years ago

lukecolpo commented 5 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

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'

ibmmqmet commented 5 years ago

Look at the 'buildInDocker.sh` script to see an example of compiling. You may be in the wrong directory to start with.

lukecolpo commented 5 years ago

Thank you Mark!