e1.4.4 Fix module path and dependency issues, compatibility package added.
This commit is contained in:
6
state.go
6
state.go
@ -1,4 +1,4 @@
|
||||
// --- File: state.go ---
|
||||
// FILE: state.go
|
||||
package log
|
||||
|
||||
import (
|
||||
@ -9,7 +9,7 @@ import (
|
||||
"sync/atomic"
|
||||
"time"
|
||||
|
||||
"github.com/LixenWraith/config"
|
||||
"github.com/lixenwraith/config"
|
||||
)
|
||||
|
||||
// State encapsulates the runtime state of the logger
|
||||
@ -220,4 +220,4 @@ func (l *Logger) Flush(timeout time.Duration) error {
|
||||
case <-time.After(timeout):
|
||||
return fmtErrorf("timeout waiting for flush confirmation (%v)", timeout)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user