rename package to github name.

This commit is contained in:
Miroslav Šedivý 2025-03-26 23:51:19 +01:00
parent 9f480f5581
commit 51bbad7650
95 changed files with 250 additions and 250 deletions

View file

@ -5,12 +5,12 @@ import (
"errors"
"net/http"
"m1k1o/neko/internal/api/members"
"m1k1o/neko/internal/api/room"
"m1k1o/neko/internal/api/sessions"
"m1k1o/neko/pkg/auth"
"m1k1o/neko/pkg/types"
"m1k1o/neko/pkg/utils"
"github.com/m1k1o/neko/server/internal/api/members"
"github.com/m1k1o/neko/server/internal/api/room"
"github.com/m1k1o/neko/server/internal/api/sessions"
"github.com/m1k1o/neko/server/pkg/auth"
"github.com/m1k1o/neko/server/pkg/types"
"github.com/m1k1o/neko/server/pkg/utils"
)
type ApiManagerCtx struct {