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
|
||||
)
|
||||
|
||||
<<<<<<< HEAD
|
||||
// RTMP connection properties.
|
||||
const (
|
||||
rtmpConnectionMaxTries = 5
|
||||
|
@ -85,8 +84,6 @@ const (
|
|||
Detail = "Detail"
|
||||
)
|
||||
|
||||
=======
|
||||
>>>>>>> master
|
||||
type Logger interface {
|
||||
SetLevel(int8)
|
||||
Log(level int8, message string, params ...interface{})
|
||||
|
|
Loading…
Reference in New Issue