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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « examples/go/BUILD.gn ('k') | examples/go/echo_client.go » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Sample Go echo application. 1 Sample Go echo application.
2 2
3 Instructions to run on android emulator: 3 Instructions to run on android emulator:
4 4
5 1) Follow steps from //mojo/go/sample_app/README.txt 5 1) Follow steps from //mojo/go/sample_app/README.txt
6 6
7 To run client: 7 To run client:
8 $ 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" 8 $ mojo/tools/android_mojo_shell.py --enable-multiprocess mojo:go_echo_client
9
10 To run server:
11 $ 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:4 444/echo_client.mojo" "mojo:echo_client"
12
13 You can't run two go mojo applications at the same time now as they need separat ed processes.
OLDNEW
« 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