1
0
mirror of https://gitlab.crans.org/nounous/ghostream.git synced 2025-06-29 11:00:55 +02:00

Sort imports

This commit is contained in:
Yohann D'ANELLO
2020-10-13 18:04:00 +02:00
parent 771a7c1c1b
commit 084ea676be
3 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,6 @@
package main
import (
"gitlab.crans.org/nounous/ghostream/stream/telnet"
"log"
"gitlab.crans.org/nounous/ghostream/auth"
@ -13,6 +12,7 @@ import (
"gitlab.crans.org/nounous/ghostream/internal/monitoring"
"gitlab.crans.org/nounous/ghostream/stream/forwarding"
"gitlab.crans.org/nounous/ghostream/stream/srt"
"gitlab.crans.org/nounous/ghostream/stream/telnet"
"gitlab.crans.org/nounous/ghostream/stream/webrtc"
"gitlab.crans.org/nounous/ghostream/web"
)