diff options
Diffstat (limited to 'command/node.go')
| -rw-r--r-- | command/node.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/command/node.go b/command/node.go index 9ed21499..4d09c975 100644 --- a/command/node.go +++ b/command/node.go @@ -3,6 +3,7 @@ package command import ( "flag" "io" + "strings" ) type node struct { @@ -12,6 +13,9 @@ type node struct { out io.Writer logf LogFunc + prefix []string + suffix strings.Builder + f HandlerFunc set *flag.FlagSet } |
