fix log level helper (#1342)

Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
This commit is contained in:
2020-03-13 17:36:42 +03:00
committed by GitHub
parent fbde872e7f
commit 3543b275e0
2 changed files with 5 additions and 3 deletions

View File

@@ -1,6 +1,8 @@
package logger
import "os"
import (
"os"
)
type Helper struct {
Logger