mirror of
https://gitlab.crans.org/nounous/ghostream.git
synced 2024-12-22 20:52:20 +00:00
Reorder imports
This commit is contained in:
parent
8c2a7f73d7
commit
12bd0b71e3
@ -2,14 +2,16 @@ package srt
|
|||||||
|
|
||||||
// #include <srt/srt.h>
|
// #include <srt/srt.h>
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"github.com/haivision/srtgo"
|
|
||||||
"gitlab.crans.org/nounous/ghostream/auth"
|
"gitlab.crans.org/nounous/ghostream/auth"
|
||||||
"gitlab.crans.org/nounous/ghostream/auth/bypass"
|
"gitlab.crans.org/nounous/ghostream/auth/bypass"
|
||||||
"log"
|
"log"
|
||||||
"net"
|
"net"
|
||||||
"strconv"
|
"strconv"
|
||||||
"strings"
|
"strings"
|
||||||
|
|
||||||
|
"github.com/haivision/srtgo"
|
||||||
)
|
)
|
||||||
|
|
||||||
// Options holds web package configuration
|
// Options holds web package configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user