add english version

This commit is contained in:
astaxie
2014-05-10 18:05:31 +08:00
parent 946300f0b1
commit eb5220f7eb
269 changed files with 16101 additions and 0 deletions

7
en/code/readme.md Normal file
View File

@@ -0,0 +1,7 @@
## Workspace setup.
To avoid workspace issues and be able to develop from any folder within this path,
set the environment variable `GOPATH` to the path of this directory.
More info:
- [GOPATH documentation](http://golang.org/doc/code.html#GOPATH)