mirror of
https://github.com/gotenberg/gotenberg.git
synced 2026-08-08 08:32:16 +01:00
10 lines
200 B
Go
10 lines
200 B
Go
/*
|
|
Package xexec helps creating exec.Cmd
|
|
with logging and executing those commands
|
|
without leaking orphan processes.
|
|
|
|
All functions return our standard xerror.Error
|
|
in case of error.
|
|
*/
|
|
package xexec
|