This commit is contained in:
deepzz0
2016-10-02 03:20:24 +08:00
parent 162c741259
commit 532edf985d
9 changed files with 20 additions and 20 deletions

4
api.go
View File

@@ -9,8 +9,8 @@ import (
"strings" "strings"
"time" "time"
"github.com/EiBlog/eiblog/setting" "github.com/eiblog/eiblog/setting"
"github.com/EiBlog/utils/logd" "github.com/eiblog/utils/logd"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"gopkg.in/mgo.v2/bson" "gopkg.in/mgo.v2/bson"
) )

View File

@@ -7,8 +7,8 @@ import (
"strconv" "strconv"
"time" "time"
"github.com/EiBlog/eiblog/setting" "github.com/eiblog/eiblog/setting"
"github.com/EiBlog/utils/logd" "github.com/eiblog/utils/logd"
"github.com/gin-gonic/contrib/sessions" "github.com/gin-gonic/contrib/sessions"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
"gopkg.in/mgo.v2/bson" "gopkg.in/mgo.v2/bson"

8
db.go
View File

@@ -10,10 +10,10 @@ import (
"sync" "sync"
"time" "time"
"github.com/EiBlog/blackfriday" "github.com/eiblog/blackfriday"
"github.com/EiBlog/eiblog/setting" "github.com/eiblog/eiblog/setting"
"github.com/EiBlog/utils/logd" "github.com/eiblog/utils/logd"
db "github.com/EiBlog/utils/mgo" db "github.com/eiblog/utils/mgo"
"gopkg.in/mgo.v2" "gopkg.in/mgo.v2"
"gopkg.in/mgo.v2/bson" "gopkg.in/mgo.v2/bson"
) )

View File

@@ -10,8 +10,8 @@ import (
"strings" "strings"
"time" "time"
"github.com/EiBlog/eiblog/setting" "github.com/eiblog/eiblog/setting"
"github.com/EiBlog/utils/logd" "github.com/eiblog/utils/logd"
) )
type result struct { type result struct {

View File

@@ -9,8 +9,8 @@ import (
"net/http" "net/http"
"time" "time"
"github.com/EiBlog/eiblog/setting" "github.com/eiblog/eiblog/setting"
"github.com/EiBlog/utils/logd" "github.com/eiblog/utils/logd"
) )
const ( const (

View File

@@ -10,8 +10,8 @@ import (
"strings" "strings"
"time" "time"
"github.com/EiBlog/eiblog/setting" "github.com/eiblog/eiblog/setting"
"github.com/EiBlog/utils/logd" "github.com/eiblog/utils/logd"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
) )

View File

@@ -6,9 +6,9 @@ import (
"html/template" "html/template"
"time" "time"
"github.com/EiBlog/eiblog/setting" "github.com/eiblog/eiblog/setting"
"github.com/EiBlog/utils/logd" "github.com/eiblog/utils/logd"
"github.com/EiBlog/utils/tmpl" "github.com/eiblog/utils/tmpl"
"github.com/gin-gonic/contrib/sessions" "github.com/gin-gonic/contrib/sessions"
"github.com/gin-gonic/gin" "github.com/gin-gonic/gin"
) )

View File

@@ -6,7 +6,7 @@ import (
"os" "os"
"path" "path"
"github.com/EiBlog/utils/logd" "github.com/eiblog/utils/logd"
"gopkg.in/yaml.v2" "gopkg.in/yaml.v2"
) )

4
xml.go
View File

@@ -7,8 +7,8 @@ import (
"text/template" "text/template"
"time" "time"
"github.com/EiBlog/utils/logd" "github.com/eiblog/utils/logd"
"github.com/EiBlog/utils/tmpl" "github.com/eiblog/utils/tmpl"
) )
const ( const (