1
0
mirror of https://github.com/labstack/echo.git synced 2024-12-24 20:14:31 +02:00

Merge pull request #239 from obivan/master

Update http2 package import
This commit is contained in:
Vishal Rana 2015-10-19 13:03:58 -07:00
commit 38d3cb5730

View File

@ -16,8 +16,8 @@ import (
"encoding/xml"
"github.com/bradfitz/http2"
"github.com/labstack/gommon/color"
"golang.org/x/net/http2"
"golang.org/x/net/websocket"
)