rtp: use go imports

This commit is contained in:
saxon 2018-11-21 12:56:03 +10:30
parent f53c866311
commit b09a422baa
1 changed files with 2 additions and 1 deletions

View File

@ -28,11 +28,12 @@ LICENSE
package rtp
import (
"bitbucket.org/ausocean/av/stream/mts"
"errors"
"io"
"math/rand"
"time"
"bitbucket.org/ausocean/av/stream/mts"
)
const (