mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-17 12:42:16 +01:00
beautify main.go
This commit is contained in:
2
main.go
2
main.go
@@ -83,8 +83,8 @@ func main() {
|
|||||||
// doesn't block if no connections, but will otherwise wait
|
// doesn't block if no connections, but will otherwise wait
|
||||||
// until the timeout deadline.
|
// until the timeout deadline.
|
||||||
s.Shutdown(ctx)
|
s.Shutdown(ctx)
|
||||||
logger.SetLevel(logrus.InfoLevel)
|
|
||||||
|
|
||||||
|
logger.SetLevel(logrus.InfoLevel)
|
||||||
logger.Info("Bye!")
|
logger.Info("Bye!")
|
||||||
os.Exit(0)
|
os.Exit(0)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user