Fix Logger interface.

This commit is contained in:
Kyle Isom
2017-11-21 12:19:38 -08:00
parent d6c5360a06
commit afef3eea62
2 changed files with 4 additions and 2 deletions

View File

@@ -20,6 +20,8 @@ func (fl *File) Close() error {
if fl.fe != nil {
return fl.fe.Close()
}
return nil
}
// NewFile creates a new Logger that writes all logs to the file