@ -22,7 +22,7 @@ import (
"time"
"github.com/gorilla/websocket"
"unbewohnte.xyz/gochat/log"
"unbewohnte.xyz/Unbewohnte/gochat/log"
)
// Websocket connection paired with the owner
@ -1,4 +1,4 @@
module unbewohnte.xyz/gochat
module unbewohnte.xyz/Unbewohnte/gochat
go 1.17
@ -23,8 +23,8 @@ import (
"os"
"path/filepath"
"unbewohnte.xyz/gochat/server"
"unbewohnte.xyz/Unbewohnte/gochat/server"
const version string = "0.1.0"
@ -24,9 +24,9 @@ import (
"strings"
"unbewohnte.xyz/gochat/api"
"unbewohnte.xyz/gochat/page"
"unbewohnte.xyz/Unbewohnte/gochat/api"
"unbewohnte.xyz/Unbewohnte/gochat/page"
// Server structure that glues api logic and http/websocket server together
@ -21,8 +21,8 @@ import (
"io"
"net/http"
// User creation/credentials validation http handler
@ -22,8 +22,8 @@ import (
// Websocket creation handler