Merge PR #38: Fixed Windows GOPATH line

This commit is contained in:
Davide Beatrici 2019-06-04 23:26:55 +02:00 committed by GitHub
commit 64f9b7ff30
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,7 +29,7 @@ Set up a GOPATH. On Unix, do something like this
and on Windows, do something like this (for cmd.exe):
c:\> set GOPATH=%USERPROFILE\gocode
c:\> set GOPATH=%USERPROFILE%\gocode
c:\> mkdir %GOPATH%
Then, it's time to install Grumble. The following line should do the trick: