use vanity url
This commit is contained in:
@@ -15,11 +15,11 @@ import (
|
||||
"github.com/pkg/errors"
|
||||
"github.com/rainycape/unidecode"
|
||||
|
||||
"github.com/sentriz/gonic/db"
|
||||
"github.com/sentriz/gonic/mime"
|
||||
"github.com/sentriz/gonic/model"
|
||||
"github.com/sentriz/gonic/scanner/stack"
|
||||
"github.com/sentriz/gonic/scanner/tags"
|
||||
"senan.xyz/g/gonic/db"
|
||||
"senan.xyz/g/gonic/mime"
|
||||
"senan.xyz/g/gonic/model"
|
||||
"senan.xyz/g/gonic/scanner/stack"
|
||||
"senan.xyz/g/gonic/scanner/tags"
|
||||
)
|
||||
|
||||
// isScanning acts as an atomic boolean semaphore. we don't
|
||||
|
||||
@@ -7,7 +7,7 @@ import (
|
||||
|
||||
_ "github.com/jinzhu/gorm/dialects/sqlite"
|
||||
|
||||
"github.com/sentriz/gonic/db"
|
||||
"senan.xyz/g/gonic/db"
|
||||
)
|
||||
|
||||
var testScanner *Scanner
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"fmt"
|
||||
"strings"
|
||||
|
||||
"github.com/sentriz/gonic/model"
|
||||
"senan.xyz/g/gonic/model"
|
||||
)
|
||||
|
||||
type item struct {
|
||||
|
||||
@@ -3,7 +3,7 @@ package stack
|
||||
import (
|
||||
"testing"
|
||||
|
||||
"github.com/sentriz/gonic/model"
|
||||
"senan.xyz/g/gonic/model"
|
||||
)
|
||||
|
||||
func egAlbum(id int) *model.Album {
|
||||
|
||||
Reference in New Issue
Block a user