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

Unified Diff: examples/go/http_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
Index: examples/go/http_server.go
diff --git a/examples/go/http_server.go b/examples/go/http_server.go
index 1d2d389a6117cf7e59c9edc9378615ede334cdca..762115f440b752877f149df803d6a4e946b1f15b 100644
--- a/examples/go/http_server.go
+++ b/examples/go/http_server.go
@@ -11,8 +11,6 @@ import (
"net/http"
"time"
- "golang.org/x/mobile/app"
-
"mojo/public/go/application"
"mojo/public/go/bindings"
"mojo/public/go/system"
@@ -243,5 +241,4 @@ func MojoMain(handle C.MojoHandle) C.MojoResult {
}
func main() {
- app.Run(app.Callbacks{})
}
« examples/go/echo_server.go ('K') | « examples/go/http_handler.go ('k') | mojo/go/go.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698