mirror of
https://github.com/0ceanSlim/grain.git
synced 2024-11-21 16:17:13 +00:00
other packages moved into server package
This commit is contained in:
parent
2f3d2be7d9
commit
a60104d73d
6
main.go
6
main.go
@ -5,10 +5,10 @@ import (
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
"grain/db"
|
||||
"grain/events"
|
||||
"grain/server"
|
||||
"grain/utils"
|
||||
"grain/server/db"
|
||||
"grain/server/events"
|
||||
"grain/server/utils"
|
||||
|
||||
"golang.org/x/net/websocket"
|
||||
)
|
||||
|
@ -4,9 +4,9 @@ import (
|
||||
"context"
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
"grain/events"
|
||||
"grain/server/events"
|
||||
server "grain/server/types"
|
||||
"grain/utils"
|
||||
"grain/server/utils"
|
||||
|
||||
"go.mongodb.org/mongo-driver/mongo"
|
||||
"golang.org/x/net/websocket"
|
||||
|
Loading…
Reference in New Issue
Block a user