mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 00:22:14 +01:00
9 lines
159 B
Go
9 lines
159 B
Go
/*
|
|
Package resource helps managing
|
|
arguments and files for a conversion.
|
|
|
|
All functions return our standard xerror.Error
|
|
in case of error.
|
|
*/
|
|
package resource
|