From 43c89cdb7fa7de248fe0f8d15ad46e6723bba92a Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 26 Sep 2014 10:00:38 +0800 Subject: [PATCH] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 45082bf..26953c7 100644 --- a/README.md +++ b/README.md @@ -47,14 +47,14 @@ A Web IDE IDE for Teams using Golang. * Execution output push via WebSocket -1. Browser sends ````Build```` request -2. Server executes ````go build```` command via ````os/exec````
- 2.1. Generates a executable file -3. Browser sends ````Run```` request -4. Server executes the file via ````os/exec````
- 4.1. A running process
- 4.2. Execution output push via WebSocket channel -5. Browser renders with callback function ````ws.onmessage```` + 1. Browser sends ````Build```` request + 2. Server executes ````go build```` command via ````os/exec````
+ 2.1. Generates a executable file + 3. Browser sends ````Run```` request + 4. Server executes the file via ````os/exec````
+ 4.1. A running process
+ 4.2. Execution output push via WebSocket channel + 5. Browser renders with callback function ````ws.onmessage```` ### Code Assist @@ -65,11 +65,11 @@ A Web IDE IDE for Teams using Golang. * Find Usages -1. Browser sends code assist request -2. Handler gets user workspace of the request with HTTP session -3. Server executes ````gocode````/````ide_stub````
- 3.1 Sets environment variables (e.g. ${GOPATH})
- 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````
+ 3.1 Sets environment variables (e.g. ${GOPATH})
+ 3.2 ````gocode```` with ````lib-path```` parameter ## Documents