Moved from gitlab.com to Gitea with giredore.

This commit is contained in:
2019-10-12 14:18:35 +05:00
parent 333fc1d12a
commit e042c4414f
31 changed files with 56 additions and 56 deletions

View File

@@ -26,8 +26,8 @@ package flatfiles
import (
// local
"gitlab.com/pztrn/fastpastebin/internal/context"
"gitlab.com/pztrn/fastpastebin/internal/database/dialects/interface"
"go.dev.pztrn.name/fastpastebin/internal/context"
"go.dev.pztrn.name/fastpastebin/internal/database/dialects/interface"
)
var (

View File

@@ -37,7 +37,7 @@ import (
"sync"
// local
"gitlab.com/pztrn/fastpastebin/internal/structs"
"go.dev.pztrn.name/fastpastebin/internal/structs"
)
type FlatFiles struct {

View File

@@ -29,7 +29,7 @@ import (
"database/sql"
// local
"gitlab.com/pztrn/fastpastebin/internal/structs"
"go.dev.pztrn.name/fastpastebin/internal/structs"
)
type Handler struct{}