Files
gotenberg/internal/pkg/xexec/doc.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