diff options
Diffstat (limited to 'helper/container.go')
| -rw-r--r-- | helper/container.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/helper/container.go b/helper/container.go index 47080383..b85f5859 100644 --- a/helper/container.go +++ b/helper/container.go @@ -12,12 +12,13 @@ import ( "hakurei.app/container" "hakurei.app/container/check" "hakurei.app/helper/proc" + "hakurei.app/message" ) // New initialises a Helper instance with wt as the null-terminated argument writer. func New( ctx context.Context, - msg container.Msg, + msg message.Msg, pathname *check.Absolute, name string, wt io.WriterTo, stat bool, |
