project structure refactoring

This commit is contained in:
Artem
2024-11-05 23:47:00 +01:00
parent 1f5a56cc5d
commit c228921237
16 changed files with 51 additions and 47 deletions

View File

@@ -5,7 +5,7 @@ import (
"net"
"net/http"
"rkkvm/config"
"rkkvm/http/hw/hid"
"rkkvm/hid"
"github.com/gin-gonic/gin"
"github.com/gorilla/websocket"