From 00529f4db59c2ee65560a1be5b089fb05ccf74eb Mon Sep 17 00:00:00 2001 From: Christophe de Carvalho Date: Thu, 17 Jul 2014 14:00:53 +0200 Subject: [PATCH] update import path --- deprecated.go | 3 ++- gin.go | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/deprecated.go b/deprecated.go index ca572d76..463cdce3 100644 --- a/deprecated.go +++ b/deprecated.go @@ -1,8 +1,9 @@ package gin import ( - "github.com/gin-gonic/gin/binding" "net/http" + + "github.com/Zaibon/gin/binding" ) // DEPRECATED, use Bind() instead. diff --git a/gin.go b/gin.go index 7258abc7..4ab9d8ee 100644 --- a/gin.go +++ b/gin.go @@ -6,14 +6,15 @@ import ( "encoding/xml" "errors" "fmt" - "github.com/gin-gonic/gin/binding" - "github.com/julienschmidt/httprouter" "html/template" "log" "math" "net/http" "path" "sync" + + "github.com/Zaibon/gin/binding" + "github.com/julienschmidt/httprouter" ) const (