Merge pull request #257 from tarfu/patch-1

core: change to new http2 repo
This commit is contained in:
Matt Holt 2015-09-25 06:22:16 -06:00
commit ca1f1362cc

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