mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
* adding URL conversions * updating gotenberg version in documentation * pkg: input as variadic string (#39) * pkg: input as variadic string * pkg: fix link to github doc * update doc about v4 client * make doc * fixing missing variadic inputs in doc * adding more fonts * updating PHP documentation
9 lines
195 B
Go
9 lines
195 B
Go
/*
|
|
Package gotenberg is a Go client for
|
|
interacting with a Gotenberg API.
|
|
|
|
For more complete usages, head to the documentation:
|
|
https://thecodingmachine.github.io/gotenberg/
|
|
*/
|
|
package gotenberg
|