This commit is contained in:
41666 2024-11-13 21:12:33 -08:00
parent 17bb653939
commit 7332fd6fad
24 changed files with 45 additions and 45 deletions

View file

@ -3,7 +3,7 @@ package wsmanager
import (
"fmt"
"github.com/genudine/saerro-go/util"
"git.sapphic.engineer/ps2.live/saerro-go/util"
)
var experienceIDs = []int{

View file

@ -8,9 +8,9 @@ import (
"log"
"time"
"git.sapphic.engineer/ps2.live/saerro-go/cmd/ws/eventhandler"
"git.sapphic.engineer/ps2.live/saerro-go/types"
"github.com/coder/websocket"
"github.com/genudine/saerro-go/cmd/ws/eventhandler"
"github.com/genudine/saerro-go/types"
)
type WebsocketManager struct {