Skip to content

Commit

Permalink
Code refactoring, format imports
Browse files Browse the repository at this point in the history
  • Loading branch information
mstmdev committed Jun 28, 2022
1 parent 347ba31 commit d3e28ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions base_logger.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package log

import (
"fmt"

"github.com/no-src/log/content"
"github.com/no-src/log/formatter"
"github.com/no-src/log/level"
Expand Down
1 change: 1 addition & 0 deletions formatter/text/text.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package text

import (
"fmt"

"github.com/no-src/log/content"
"github.com/no-src/log/formatter"
)
Expand Down

0 comments on commit d3e28ab

Please sign in to comment.