fix: revert gin link. (#20)

This commit is contained in:
Bo-Yi Wu
2017-03-18 07:45:46 -05:00
committed by GitHub
parent bec00ec825
commit 30e66044d0
4 changed files with 4 additions and 4 deletions

View File

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