aboutsummaryrefslogtreecommitdiff
path: root/cap/launch.go
diff options
context:
space:
mode:
Diffstat (limited to 'cap/launch.go')
-rw-r--r--cap/launch.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/cap/launch.go b/cap/launch.go
index 3d9c81b..90aec85 100644
--- a/cap/launch.go
+++ b/cap/launch.go
@@ -11,6 +11,9 @@ import (
// Launcher holds a configuration for launching a child process with
// capability state different from (generally more restricted than)
// the parent.
+//
+// Note, go1.10 is the earliest version of the Go toolchain that can
+// support this abstraction.
type Launcher struct {
path string
args []string