import stable version of gin.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu
2016-10-31 08:52:00 +08:00
parent 75950c1a31
commit 858b4d41a5
5 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@ package cors
import (
"net/http"
"github.com/gin-gonic/gin"
"gopkg.in/gin-gonic/gin.v1"
)
type cors struct {