diff options
| author | Ophestra Umiker <cat@ophivana.moe> | 2024-10-28 20:57:59 +0900 |
|---|---|---|
| committer | Ophestra Umiker <cat@ophivana.moe> | 2024-10-28 20:57:59 +0900 |
| commit | 4b7b899bb35fb4ea218dabe49a674f4d2f80e7f8 (patch) | |
| tree | 0079d1a8b4ef95eca94a50a3d7162bc664f7b49f /helper | |
| parent | 563c39c2d9fd932b4d839fa7713f98a36dba03ec (diff) | |
add package doc comments
Signed-off-by: Ophestra Umiker <cat@ophivana.moe>
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 ( |
