Update main.go

This commit is contained in:
2026-04-04 14:59:00 +00:00
parent d0a9b684d0
commit 83279f1974

View File

@@ -4,7 +4,7 @@ import (
"encoding/json" "encoding/json"
"fmt" "fmt"
"net/http" "net/http"
"sync" //"sync"
"github.com/pion/webrtc/v3" "github.com/pion/webrtc/v3"
) )