Code formatting

This commit is contained in:
balandi1 2019-11-20 13:33:46 -05:00
parent ef8bd6ac1f
commit 4d15e59d4c
41 changed files with 472 additions and 475 deletions

View file

@ -12,10 +12,10 @@ type Logger interface {
SetLogFile(prefix string)
}
type LoggerImpl struct {
Type int
AllowOnConsole bool
LogFileName *os.File
next Logger
Type int
AllowOnConsole bool
LogFileName *os.File
next Logger
}
func (l *LoggerImpl) SetNext(logType Logger) {