From 87b5c30ef6d5b7b8a10d6a5a8610054c403923e6 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 9 Oct 2025 05:04:08 +0900 Subject: message: relocate from container This package is quite useful. This change allows it to be imported without importing container. Signed-off-by: Ophestra --- helper/container.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'helper') 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, -- cgit v1.3.1