mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 04:47:02 +00:00
Nothing special: Linting
This commit is contained in:
@@ -13,6 +13,7 @@ var (
|
||||
)
|
||||
|
||||
type (
|
||||
// Logger contains the configs for the Logger
|
||||
Logger struct {
|
||||
Out io.Writer
|
||||
Prefix string
|
||||
@@ -20,6 +21,7 @@ type (
|
||||
}
|
||||
)
|
||||
|
||||
// DefaultLogger returns the default configs for the Logger
|
||||
func DefaultLogger() Logger {
|
||||
return Logger{Out: os.Stdout, Prefix: "", Flag: 0}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user