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

Unified Diff: examples/go/http_server.go

Issue 1404443004: Move //mojo/services/network/public/interfaces to //mojo/services/network/interfaces. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: add some missing dependencies Created 5 years, 2 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/http_handler.go ('k') | examples/http_handler/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: examples/go/http_server.go
diff --git a/examples/go/http_server.go b/examples/go/http_server.go
index 7c5ed4382853cbded3f1c40f98f51ac89738aab6..235279268321045bff0cc37a0a0bce9201e3184c 100644
--- a/examples/go/http_server.go
+++ b/examples/go/http_server.go
@@ -15,11 +15,11 @@ import (
"mojo/public/go/bindings"
"mojo/public/go/system"
- "mojo/services/network/public/interfaces/net_address"
- "mojo/services/network/public/interfaces/network_service"
- "mojo/services/network/public/interfaces/tcp_bound_socket"
- "mojo/services/network/public/interfaces/tcp_connected_socket"
- "mojo/services/network/public/interfaces/tcp_server_socket"
+ "mojo/services/network/interfaces/net_address"
+ "mojo/services/network/interfaces/network_service"
+ "mojo/services/network/interfaces/tcp_bound_socket"
+ "mojo/services/network/interfaces/tcp_connected_socket"
+ "mojo/services/network/interfaces/tcp_server_socket"
)
//#include "mojo/public/c/system/types.h"
« no previous file with comments | « examples/go/http_handler.go ('k') | examples/http_handler/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698