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

@@ -33,7 +33,7 @@ import (
"time"
"gopkg.in/gin-contrib/cors.v1"
"gopkg.in/gin-gonic/gin.v1"
"github.com/gin-gonic/gin"
)
func main() {