Merge commit 'e3904262a477aa74f196b0a3d0c41fa14a3a7e8a' into ja

This commit is contained in:
Shin Kojima
2014-12-17 01:14:18 +09:00

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