using dev version

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2017-03-18 20:53:40 +08:00
parent 69f558022a
commit cf4846e6a6
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import (
"strings" "strings"
"time" "time"
"gopkg.in/gin-gonic/gin.v1" "github.com/gin-gonic/gin"
) )
// Config represents all available options for the middleware. // Config represents all available options for the middleware.

View File

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