I simply write the following code to the CMD,
set PATH="$PATH:$(go env GOPATH)/bin"
and don't know whether I do something sensible or not.
I just replaced expose
with set
because of Windows.
What should be done next to complete the installation successfully?
Could you provide how you would install it as if it were your PC as a raw string without any shell variable? Because I'm not comfortable with Shell yet.