mirror of https://bitbucket.org/ausocean/av.git
rtp: use go imports
This commit is contained in:
parent
f53c866311
commit
b09a422baa
|
@ -28,11 +28,12 @@ LICENSE
|
||||||
package rtp
|
package rtp
|
||||||
|
|
||||||
import (
|
import (
|
||||||
"bitbucket.org/ausocean/av/stream/mts"
|
|
||||||
"errors"
|
"errors"
|
||||||
"io"
|
"io"
|
||||||
"math/rand"
|
"math/rand"
|
||||||
"time"
|
"time"
|
||||||
|
|
||||||
|
"bitbucket.org/ausocean/av/stream/mts"
|
||||||
)
|
)
|
||||||
|
|
||||||
const (
|
const (
|
||||||
|
|
Loading…
Reference in New Issue