Runing goimports on project as well as fixing README so that headers render correctly.
This commit is contained in:
parent
b341c0a0e4
commit
9554bf2666
22 changed files with 90 additions and 71 deletions
|
@ -1,9 +1,10 @@
|
|||
package logging
|
||||
|
||||
import (
|
||||
logUtils "gitlab.com/spdf/elektron/logging/utils"
|
||||
"strings"
|
||||
"time"
|
||||
|
||||
logUtils "gitlab.com/spdf/elektron/logging/utils"
|
||||
)
|
||||
|
||||
// Names of different loggers
|
||||
|
|
Reference in a new issue