fa directory created

This commit is contained in:
Maryam Behzadi
2018-05-27 18:16:37 +04:30
parent 3eb589a71c
commit 8e905d75f5
469 changed files with 17013 additions and 0 deletions

7
fa/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)