update import path

This commit is contained in:
Christophe de Carvalho 2014-07-17 14:00:53 +02:00
parent 5b75a3b8d8
commit 00529f4db5
2 changed files with 5 additions and 3 deletions

View File

@ -1,8 +1,9 @@
package gin
import (
"github.com/gin-gonic/gin/binding"
"net/http"
"github.com/Zaibon/gin/binding"
)
// DEPRECATED, use Bind() instead.

5
gin.go
View File

@ -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 (