Create Go module

This commit is contained in:
Ola
2022-09-13 15:06:52 +02:00
parent e21886f3a7
commit 5dfe76a8fb
12 changed files with 188 additions and 94 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package main
import (
"github.com/gin-gonic/gin"
"gopkg.in/olahol/melody.v1"
"github.com/olahol/melody"
"net/http"
)