1
0
Fork 0
forked from External/grumble

Fixed Windows GOPATH line

Added missing % to Windows GOPATH instructions.
This commit is contained in:
rasmus-z 2019-06-04 22:56:43 +02:00 committed by GitHub
parent db74c1ab8e
commit cc1933758e
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: