diff options
Diffstat (limited to 'helper')
| -rw-r--r-- | helper/helper.go | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/helper/helper.go b/helper/helper.go index a634d595..d3115c59 100644 --- a/helper/helper.go +++ b/helper/helper.go @@ -1,6 +1,4 @@ -/* -Package helper runs external helpers and manages their status and args FDs. -*/ +// Package helper runs external helpers with optional sandboxing and manages their status/args pipes. package helper import ( |
