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

Issue 1008543002: go: echo app (Closed)

Created:
5 years, 9 months ago by rogulenko
Modified:
5 years, 9 months ago
Reviewers:
gautham, jamesr, jamesr1
CC:
mojo-reviews_chromium.org
Base URL:
https://github.com/domokit/mojo.git@master
Target Ref:
refs/heads/master
Project:
mojo
Visibility:
Public.

Description

go: echo app This is an example go mojo application that can talk to other mojo applications. The purpose of this is to have an example of implementation that can be reused in writing other go mojo applications. The boilerplate implementation of mojo application interface will replace by its default implementation that comes soon. R=jamesr@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/dfd54eb4fbf6db49c0ed71ef59b3fc682c198b9d

Patch Set 1 : #

Total comments: 8

Patch Set 2 : #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -0 lines) Patch
M examples/BUILD.gn View 1 1 chunk +4 lines, -0 lines 0 comments Download
A examples/go/BUILD.gn View 1 chunk +42 lines, -0 lines 0 comments Download
A examples/go/README.txt View 1 chunk +13 lines, -0 lines 0 comments Download
A examples/go/echo_client.go View 1 1 chunk +90 lines, -0 lines 1 comment Download
A examples/go/echo_server.go View 1 1 chunk +107 lines, -0 lines 1 comment Download

Messages

Total messages: 14 (4 generated)
rogulenko
5 years, 9 months ago (2015-03-12 20:38:47 UTC) #3
rogulenko
5 years, 9 months ago (2015-03-12 21:01:48 UTC) #5
jamesr
These implementations are *almost* reusable in the NaCl bindings except for the actual main() and ...
5 years, 9 months ago (2015-03-12 21:15:32 UTC) #7
jamesr
These implementations are *almost* reusable in the NaCl bindings except for the actual main() and ...
5 years, 9 months ago (2015-03-12 21:15:33 UTC) #8
rogulenko
On 2015/03/12 21:15:33, jamesr wrote: > These implementations are *almost* reusable in the NaCl bindings ...
5 years, 9 months ago (2015-03-12 22:21:53 UTC) #9
rogulenko
https://codereview.chromium.org/1008543002/diff/20001/examples/BUILD.gn File examples/BUILD.gn (right): https://codereview.chromium.org/1008543002/diff/20001/examples/BUILD.gn#newcode46 examples/BUILD.gn:46: "//examples/go", On 2015/03/12 21:15:32, jamesr wrote: > test for ...
5 years, 9 months ago (2015-03-12 22:22:03 UTC) #10
jamesr
I think it's fine to submit this, just noting this as an issue to think ...
5 years, 9 months ago (2015-03-12 22:24:43 UTC) #11
jamesr
lgtm w/ one question https://codereview.chromium.org/1008543002/diff/40001/examples/go/echo_client.go File examples/go/echo_client.go (right): https://codereview.chromium.org/1008543002/diff/40001/examples/go/echo_client.go#newcode49 examples/go/echo_client.go:49: fmt.Println(*response) question: why does this ...
5 years, 9 months ago (2015-03-12 22:26:06 UTC) #12
rogulenko
On 2015/03/12 22:26:06, jamesr wrote: > lgtm w/ one question > > https://codereview.chromium.org/1008543002/diff/40001/examples/go/echo_client.go > File ...
5 years, 9 months ago (2015-03-12 22:34:37 UTC) #13
rogulenko
5 years, 9 months ago (2015-03-13 22:22:45 UTC) #14
Message was sent while issue was closed.
Committed patchset #2 (id:40001) manually as
dfd54eb4fbf6db49c0ed71ef59b3fc682c198b9d (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698