Commit 304a5cce authored by JessonChan's avatar JessonChan

comment fix

parent 9806a437
......@@ -55,7 +55,7 @@ type fileLogWriter struct {
Perm os.FileMode `json:"perm"`
}
// NewFileWriter create a FileLogWriter returning as LoggerInterface.
// newFileWriter create a FileLogWriter returning as LoggerInterface.
func newFileWriter() Logger {
w := &fileLogWriter{
Filename: "",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment