mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2025-06-27 19:12:07 +02:00
Add package comments
This commit is contained in:
@ -1,9 +1,9 @@
|
||||
// Package web serves the JavaScript player and WebRTC negociation
|
||||
package web
|
||||
|
||||
import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"gitlab.crans.org/nounous/ghostream/stream/srt"
|
||||
"html/template"
|
||||
"log"
|
||||
"net"
|
||||
@ -12,6 +12,7 @@ import (
|
||||
|
||||
"github.com/markbates/pkger"
|
||||
"gitlab.crans.org/nounous/ghostream/internal/monitoring"
|
||||
"gitlab.crans.org/nounous/ghostream/stream/srt"
|
||||
"gitlab.crans.org/nounous/ghostream/stream/webrtc"
|
||||
)
|
||||
|
||||
|
@ -1,3 +1,4 @@
|
||||
// Package web serves the JavaScript player and WebRTC negociation
|
||||
package web
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user