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

Unified Diff: examples/go/echo_client.go

Issue 1276653003: Update version of Go to 1.5 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: go.mobile no longer needed Created 5 years, 4 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 | « no previous file | examples/go/echo_server.go » ('j') | examples/go/echo_server.go » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/go/echo_client.go
diff --git a/examples/go/echo_client.go b/examples/go/echo_client.go
index 79560a488f911859d742ba4eeffe0a9a1a0b684f..05c0ae012fd119f0654e571de4f60e5e1ba439ae 100644
--- a/examples/go/echo_client.go
+++ b/examples/go/echo_client.go
@@ -8,8 +8,6 @@ import (
"fmt"
"log"
- "golang.org/x/mobile/app"
-
"mojo/public/go/application"
"mojo/public/go/bindings"
"mojo/public/go/system"
@@ -50,5 +48,4 @@ func MojoMain(handle C.MojoHandle) C.MojoResult {
}
func main() {
- app.Run(app.Callbacks{})
}
« no previous file with comments | « no previous file | examples/go/echo_server.go » ('j') | examples/go/echo_server.go » ('J')

Powered by Google App Engine
This is Rietveld 408576698