From 0ca0d552ebe0740eba62772a289e13c6f8496684 Mon Sep 17 00:00:00 2001 From: Tobias Breitwieser Date: Fri, 25 Sep 2015 14:10:03 +0200 Subject: [PATCH] change to official http2 repo The golang.org/x/net/http2 is now the official http2 repo. It is advised to change the imports to it. --- server/server.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/server.go b/server/server.go index 4f29c6460..03bca6078 100644 --- a/server/server.go +++ b/server/server.go @@ -14,7 +14,7 @@ import ( "os" "os/signal" - "github.com/bradfitz/http2" + "golang.org/x/net/http2" ) // Server represents an instance of a server, which serves