Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(624)

Unified Diff: examples/go/README.txt

Issue 1241263009: Rename shell runner and debugger -> mojo_run, mojo_debug. (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: examples/go/README.txt
diff --git a/examples/go/README.txt b/examples/go/README.txt
index 501873e0ceb8eca2a25884069cf75ecbfd449886..58014a516f6d1e3a5d098905c6cd9bc524e0743c 100644
--- a/examples/go/README.txt
+++ b/examples/go/README.txt
@@ -20,10 +20,10 @@ $ mojo/tools/mojob.py build
3) Run
To run echo client:
-$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_echo_client
+$ mojo/devtools/common/mojo_run --enable-multiprocess mojo:go_echo_client
To run http handler:
-$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_http_handler
+$ mojo/devtools/common/mojo_run --enable-multiprocess mojo:go_http_handler
To run http server:
-$ mojo/devtools/common/mojo_shell --enable-multiprocess mojo:go_http_server
+$ mojo/devtools/common/mojo_run --enable-multiprocess mojo:go_http_server
« no previous file with comments | « examples/dart/speech_input/speech_input.dart ('k') | examples/java_android/echo/src/org/chromium/examples/java_echo/README.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698