mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-15 20:02:15 +01:00
removing server timeouts as some process might take time + improving default commands' timeouts + godoc for app and main packages
This commit is contained in:
5
main.go
5
main.go
@@ -1,8 +1,7 @@
|
||||
/*
|
||||
Package main handles the application startup and shutdown.
|
||||
|
||||
Gotenberg is a stateless API for generating PDF from many sources
|
||||
(".html", ".doc", ".docx").
|
||||
Gotenberg is a stateless API for converting HTML files and Office document to PDF.
|
||||
|
||||
For more information, go to https://github.com/gulien/gotenberg.
|
||||
*/
|
||||
@@ -23,7 +22,7 @@ import (
|
||||
// version will be set on build time.
|
||||
var version = "master"
|
||||
|
||||
// main initializes the application and handles
|
||||
// main initializes the application, starts it, and handles
|
||||
// graceful shutdown.
|
||||
func main() {
|
||||
a, err := app.NewApp(version)
|
||||
|
||||
Reference in New Issue
Block a user