Update README and examples to use gopkg.in import.

This commit is contained in:
Ola Holmström
2017-04-11 22:35:19 +02:00
parent ad282d4baf
commit 647ca280c6
6 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import (
"github.com/labstack/echo"
"github.com/labstack/echo/engine/standard"
"github.com/labstack/echo/middleware"
"github.com/olahol/melody"
"gopkg.in/olahol/melody.v1"
"net/http"
)