From 91d21f1da8457bfa4998cfb4a314e8fde711ddb5 Mon Sep 17 00:00:00 2001 From: Saxon Date: Fri, 1 Mar 2019 10:03:39 +1030 Subject: [PATCH] revid: fixed import stanzas in mtsSender_test.go file header --- revid/mtsSender_test.go | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/revid/mtsSender_test.go b/revid/mtsSender_test.go index 9a0cfab3..c96613cb 100644 --- a/revid/mtsSender_test.go +++ b/revid/mtsSender_test.go @@ -34,12 +34,13 @@ import ( "testing" "time" + "github.com/Comcast/gots/packet" + "github.com/Comcast/gots/pes" + "bitbucket.org/ausocean/av/stream/mts" "bitbucket.org/ausocean/av/stream/mts/meta" "bitbucket.org/ausocean/utils/logger" "bitbucket.org/ausocean/utils/ring" - "github.com/Comcast/gots/packet" - "github.com/Comcast/gots/pes" ) // Ring buffer sizes and read/write timeouts.