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 package gin
import ( import (
"github.com/gin-gonic/gin/binding"
"net/http" "net/http"
"github.com/Zaibon/gin/binding"
) )
// DEPRECATED, use Bind() instead. // DEPRECATED, use Bind() instead.

5
gin.go
View File

@ -6,14 +6,15 @@ import (
"encoding/xml" "encoding/xml"
"errors" "errors"
"fmt" "fmt"
"github.com/gin-gonic/gin/binding"
"github.com/julienschmidt/httprouter"
"html/template" "html/template"
"log" "log"
"math" "math"
"net/http" "net/http"
"path" "path"
"sync" "sync"
"github.com/Zaibon/gin/binding"
"github.com/julienschmidt/httprouter"
) )
const ( const (