1 min readApr 12, 2019
If you’re using powershell just like me, your %GOPATH% will be $env:GOPATH instead and to execute the hello example you must do:
& “$env:gopath/bin/hello”
Instead of:
%GOPATH%/bin/hello
If you’re using powershell just like me, your %GOPATH% will be $env:GOPATH instead and to execute the hello example you must do:
& “$env:gopath/bin/hello”
Instead of:
%GOPATH%/bin/hello
Blockchain expert. Join my email list here to receive new articles every few months https://merunasgrincalaitis.medium.com/subscribe