I want to use external library on Go programming language and i am using this command for instance :
go get github.com/alecthomas/gozmq
from command line, but it gives such an error:
github.com/pebbe/zmq4exec: "gcc": executable file not found in %PATH%
i tried to install Cygwin, but it doesn't fixed the error