@ -21,8 +21,9 @@ import (
"fmt"
"time"
"unbewohnte/gochat/log"
"github.com/gorilla/websocket"
"unbewohnte.xyz/Unbewohnte/gochat/log"
)
// Websocket connection paired with the owner
@ -1,4 +1,4 @@
module unbewohnte.xyz/Unbewohnte/gochat
module unbewohnte/gochat
go 1.17
@ -23,8 +23,8 @@ import (
"os"
"path/filepath"
"unbewohnte.xyz/Unbewohnte/gochat/server"
"unbewohnte/gochat/server"
const version string = "0.1.0"
@ -9,8 +9,8 @@ import (
"unbewohnte.xyz/Unbewohnte/gochat/api"
"unbewohnte/gochat/api"
// Handle incoming attachments
@ -24,9 +24,9 @@ import (
"strings"
"unbewohnte.xyz/Unbewohnte/gochat/page"
"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
@ -21,9 +21,10 @@ import (
// Websocket creation handler