mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
12 lines
241 B
Go
12 lines
241 B
Go
package main
|
|
|
|
import (
|
|
gotenbergcmd "github.com/gotenberg/gotenberg/v8/cmd"
|
|
// Gotenberg modules (LibreOffice variant — no Chromium).
|
|
_ "github.com/gotenberg/gotenberg/v8/pkg/standard/libreoffice"
|
|
)
|
|
|
|
func main() {
|
|
gotenbergcmd.Run()
|
|
}
|