Index: examples/go/http_handler.go |
diff --git a/examples/go/http_handler.go b/examples/go/http_handler.go |
index 1a477f0d0fe09d6b2188e8c06c5785180ebaab01..14c6e43fdb281706ba82ed47255a5eee0d5978bd 100644 |
--- a/examples/go/http_handler.go |
+++ b/examples/go/http_handler.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" |
@@ -104,5 +102,4 @@ func MojoMain(handle C.MojoHandle) C.MojoResult { |
} |
func main() { |
- app.Run(app.Callbacks{}) |
} |