Add missing comments

This commit is contained in:
pancho horrillo
2019-11-20 07:14:00 +01:00
parent d81ef278da
commit 7ea43048bc
5 changed files with 10 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@ import (
"strings"
)
// An Output represents the execution context,
// meaning the command line and the environment
type Output struct {
Cmdline []string `json:"cmdline"`
Env map[string]string `json:"env"`