Update README.md

This commit is contained in:
Liang Ding 2014-09-26 10:05:08 +08:00
parent aa98a427f8
commit a8b6f4d44c
1 changed files with 5 additions and 5 deletions

View File

@ -63,11 +63,11 @@ Flow:
* Find Usages
Flow:
1. Browser sends code assist request
2. Handler gets user workspace of the request with HTTP session
3. Server executes ````gocode````/````ide_stub````<br/>
3.1 Sets environment variables (e.g. ${GOPATH})<br/>
3.2 ````gocode```` with ````lib-path```` parameter
1. Browser sends code assist request
2. Handler gets user workspace of the request with HTTP session
3. Server executes ````gocode````/````ide_stub````<br/>
3.1 Sets environment variables (e.g. ${GOPATH})<br/>
3.2 ````gocode```` with ````lib-path```` parameter
## Documents