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

Unified Diff: examples/go/README.txt

Issue 1105443002: go: update go build rules (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 5 years, 8 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
« no previous file with comments | « examples/go/BUILD.gn ('k') | examples/go/echo_client.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/go/README.txt
diff --git a/examples/go/README.txt b/examples/go/README.txt
index e424382016e308f87020950f766dc11c38a8668b..cdfc603269f921800401a43c8f96860423f32eee 100644
--- a/examples/go/README.txt
+++ b/examples/go/README.txt
@@ -5,9 +5,4 @@ Instructions to run on android emulator:
1) Follow steps from //mojo/go/sample_app/README.txt
To run client:
-$ mojo/tools/android_mojo_shell.py --url-mappings="mojo:go_echo_client"="http://10.0.2.2:4444/obj/examples/go/go_echo_client","mojo:echo_server"="http://10.0.2.2:4444/echo_server.mojo" "mojo:go_echo_client"
-
-To run server:
-$ mojo/tools/android_mojo_shell.py --url-mappings="mojo:echo_server"="http://10.0.2.2:4444/obj/examples/go/go_echo_server","mojo:echo_client"="http://10.0.2.2:4444/echo_client.mojo" "mojo:echo_client"
-
-You can't run two go mojo applications at the same time now as they need separated processes.
+$ mojo/tools/android_mojo_shell.py --enable-multiprocess mojo:go_echo_client
« no previous file with comments | « examples/go/BUILD.gn ('k') | examples/go/echo_client.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698