I am new to GO and getting an error when initializing GOPATH in windows. In my project folder is
C:\\Users\\kamin\\Documents\\pm-manager
and i am try to set
you can put this case uses cygwin this go path
export GOPATH='c:\folder\folder\folder\'
for cygwin is necessary in string 'c:\path'
normaly you try use /cygdrive/.../...
but for GO is not possible ( need c:\ or other drive )