From 4182668fcb965aa6d3a8465e4b64747aa0000f9e Mon Sep 17 00:00:00 2001 From: Alexandre Iooss Date: Tue, 13 Oct 2020 18:55:02 +0200 Subject: [PATCH] Reorder some imports in webrtc package --- stream/webrtc/ingest.go | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/stream/webrtc/ingest.go b/stream/webrtc/ingest.go index 0c4f9bb..0cb697a 100644 --- a/stream/webrtc/ingest.go +++ b/stream/webrtc/ingest.go @@ -4,14 +4,15 @@ package webrtc import ( "bufio" "fmt" - "github.com/pion/rtp" - "github.com/pion/webrtc/v3" - "gitlab.crans.org/nounous/ghostream/stream/srt" - "gitlab.crans.org/nounous/ghostream/stream/telnet" "io" "log" "net" "os/exec" + + "github.com/pion/rtp" + "github.com/pion/webrtc/v3" + "gitlab.crans.org/nounous/ghostream/stream/srt" + "gitlab.crans.org/nounous/ghostream/stream/telnet" ) var (