mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
8 lines
264 B
Go
8 lines
264 B
Go
// Package gotenberg provides most of the logic of the module system.
|
|
//
|
|
// caddyserver/caddy, licensed under the Apache License 2.0, has significantly
|
|
// inspired this module system.
|
|
//
|
|
// More details are available on https://caddyserver.com/.
|
|
package gotenberg
|