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 --- internal/output.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'internal/output.go') diff --git a/internal/output.go b/internal/output.go index a00cc21e..36eb8105 100644 --- a/internal/output.go +++ b/internal/output.go @@ -6,7 +6,7 @@ import ( "git.gensokyo.uk/security/hakurei/system" ) -func InstallFmsg(verbose bool) { +func InstallOutput(verbose bool) { hlog.Store(verbose) sandbox.SetOutput(hlog.Output{}) system.SetOutput(hlog.Output{}) -- cgit v1.3.1