fix golint issues in core/logx (#496)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
package logx
|
||||
|
||||
// A LogConf is a logging config.
|
||||
type LogConf struct {
|
||||
ServiceName string `json:",optional"`
|
||||
Mode string `json:",default=console,options=console|file|volume"`
|
||||
|
||||
Reference in New Issue
Block a user