Commit 0ca0d552 authored by Tobias Breitwieser's avatar Tobias Breitwieser

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.
parent 4f5a29d6
...@@ -14,7 +14,7 @@ import ( ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment