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

Unified Diff: examples/go/echo_server.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 | « examples/go/echo_client.go ('k') | examples/go/http_handler.go » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/go/echo_server.go
diff --git a/examples/go/echo_server.go b/examples/go/echo_server.go
index b65836d91ee9bbad9c6951d65d6ced6d3c5c1512..b19ac312f619d9c5fde0c0142a15881c1f68446d 100644
--- a/examples/go/echo_server.go
+++ b/examples/go/echo_server.go
@@ -7,8 +7,6 @@ package main
import (
"log"
- "golang.org/x/mobile/app"
-
"mojo/public/go/application"
"mojo/public/go/bindings"
"mojo/public/go/system"
@@ -65,5 +63,4 @@ func MojoMain(handle C.MojoHandle) C.MojoResult {
}
func main() {
jamesr 2015/08/05 23:53:41 when is func main() invoked when built as a shared
gauthamt 2015/08/06 00:08:04 It is not invoked when run as a shared library.
gautham 2015/08/06 00:10:17 Done.
- app.Run(app.Callbacks{})
}
« no previous file with comments | « examples/go/echo_client.go ('k') | examples/go/http_handler.go » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698