mirror of
https://github.com/akyaiy/GoSally-mvp.git
synced 2026-01-03 04:52:26 +00:00
fmt
This commit is contained in:
@@ -58,7 +58,7 @@ func SetupLogger(o *config.Log) (*slog.Logger, error) {
|
||||
handlerOpts.Level = slog.LevelInfo
|
||||
}
|
||||
|
||||
switch o.OutPath{
|
||||
switch o.OutPath {
|
||||
case 1:
|
||||
writer = os.Stdout
|
||||
case 2:
|
||||
|
||||
Reference in New Issue
Block a user