From dc467493d8a1461ea321ccf5ca3a2b037f880088 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Mon, 29 Sep 2025 06:21:04 +0900 Subject: internal: remove hlog This package has been fully replaced by container.Msg. Signed-off-by: Ophestra --- internal/hlog/msg.go | 10 ---------- 1 file changed, 10 deletions(-) delete mode 100644 internal/hlog/msg.go (limited to 'internal/hlog/msg.go') diff --git a/internal/hlog/msg.go b/internal/hlog/msg.go deleted file mode 100644 index 753f6428..00000000 --- a/internal/hlog/msg.go +++ /dev/null @@ -1,10 +0,0 @@ -package hlog - -type Output struct{} - -func (Output) IsVerbose() bool { return Load() } -func (Output) Verbose(v ...any) { Verbose(v...) } -func (Output) Verbosef(format string, v ...any) { Verbosef(format, v...) } -func (Output) Suspend() { Suspend() } -func (Output) Resume() bool { return Resume() } -func (Output) BeforeExit() { BeforeExit() } -- cgit v1.3.1