mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 16:42:15 +01:00
9 lines
138 B
Go
9 lines
138 B
Go
/*
|
|
Package xexec helps creating exec.Cmd
|
|
with logging.
|
|
|
|
All functions return our standard xerror.Error
|
|
in case of error.
|
|
*/
|
|
package xexec
|