Closed Kohinor46 closed 2 years ago
The module capabilities seem to have "evolved" at various times, but it didn't take long to put together a simple BAT file that starts from a clean slate:
@echo off
setlocal
set CC=x86_64-w64-mingw32-gcc.exe
set GOBIN=c:\gotest\bin
set GOPATH=c::\go
set GOROOT=
rmdir /q /s c:\gotest
mkdir c:\gotest
cd c:\gotest
mkdir src\github.com\ibm-messaging
cd src\github.com\ibm-messaging
git clone git@github.com:ibm-messaging/mq-golang
cd mq-golang
go install samples\amqsput.go
cd c:\gotest
bin\amqsput Q1 QM1
Please include the following information in your ticket.
I followed the instructions described in the readme, but still get the error:
Can you please help me?