| 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{})
|
| }
|
|
|