This commit is contained in:
Anchor
2014-10-31 19:57:00 -07:00
committed by James Miranda
parent 8e597cdf88
commit ba01bfcd1b

View File

@@ -142,7 +142,7 @@ If you've followed all of the above steps, your directory structure should now l
Now you are able to see the directory structure clearly; `bin` contains executable files, `pkg` contains compiled files and `src` contains package source files.
(The format of environment variables in Windows is `%GOPATH%`, however this book mainly folows the Unix-style, so Windows users need to replace by yourself.)
(The format of environment variables in Windows is `%GOPATH%`, however this book mainly follows the Unix-style, so Windows users need to replace these yourself.)
## Links