Use full path to import ringbuffer.

This commit is contained in:
Alan Noble 2017-12-04 16:20:40 +10:30
parent bb2a593dc1
commit 6c0f923480
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ import (
"strings"
"time"
"../ringbuffer"
"bitbucket.org/ausocean/av/ringbuffer"
"github.com/Comcast/gots/packet"
"github.com/Comcast/gots/packet/adaptationfield"