From eb22a8bcc1ac03357d4073e5d3ed6d0ab5246a37 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Wed, 2 Jul 2025 20:42:51 +0900 Subject: cmd/hakurei: move to cmd Having it at the project root never made sense since the "ego" name was deprecated. This change finally addresses it. Signed-off-by: Ophestra --- helper/container_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'helper') diff --git a/helper/container_test.go b/helper/container_test.go index c6341c68..e8ee7f32 100644 --- a/helper/container_test.go +++ b/helper/container_test.go @@ -53,5 +53,5 @@ func TestHelperInit(t *testing.T) { return } sandbox.SetOutput(hlog.Output{}) - sandbox.Init(hlog.Prepare, func(bool) { internal.InstallFmsg(false) }) + sandbox.Init(hlog.Prepare, func(bool) { internal.InstallOutput(false) }) } -- cgit v1.3.1