mirror of https://bitbucket.org/ausocean/av.git
revid/revid.go: actually fixed conflict
This commit is contained in:
parent
606c1a5885
commit
d3c8f31c08
|
@ -56,7 +56,6 @@ const (
|
||||||
readTimeout = 10 * time.Millisecond
|
readTimeout = 10 * time.Millisecond
|
||||||
)
|
)
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
// RTMP connection properties.
|
// RTMP connection properties.
|
||||||
const (
|
const (
|
||||||
rtmpConnectionMaxTries = 5
|
rtmpConnectionMaxTries = 5
|
||||||
|
@ -85,8 +84,6 @@ const (
|
||||||
Detail = "Detail"
|
Detail = "Detail"
|
||||||
)
|
)
|
||||||
|
|
||||||
=======
|
|
||||||
>>>>>>> master
|
|
||||||
type Logger interface {
|
type Logger interface {
|
||||||
SetLevel(int8)
|
SetLevel(int8)
|
||||||
Log(level int8, message string, params ...interface{})
|
Log(level int8, message string, params ...interface{})
|
||||||
|
|
Loading…
Reference in New Issue