mirror of
https://github.com/m1k1o/neko.git
synced 2025-05-24 06:27:09 +02:00
move shared code to pkg.
This commit is contained in:
parent
94c17e9a42
commit
8593d2d0fd
93 changed files with 132 additions and 133 deletions
|
@ -7,9 +7,9 @@ import (
|
|||
"github.com/go-chi/chi/middleware"
|
||||
"github.com/rs/zerolog"
|
||||
|
||||
"gitlab.com/demodesk/neko/server/internal/http/auth"
|
||||
"gitlab.com/demodesk/neko/server/internal/types"
|
||||
"gitlab.com/demodesk/neko/server/internal/utils"
|
||||
"gitlab.com/demodesk/neko/server/pkg/auth"
|
||||
"gitlab.com/demodesk/neko/server/pkg/types"
|
||||
"gitlab.com/demodesk/neko/server/pkg/utils"
|
||||
)
|
||||
|
||||
type router struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue