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.
This commit is contained in:
Tobias Breitwieser 2015-09-25 14:10:03 +02:00
parent 4f5a29d6d1
commit 0ca0d552eb

View file

@ -14,7 +14,7 @@ import (
"os" "os"
"os/signal" "os/signal"
"github.com/bradfitz/http2" "golang.org/x/net/http2"
) )
// Server represents an instance of a server, which serves // Server represents an instance of a server, which serves