From be0e387ab07c7d9f1441365a05c4c0141779184a Mon Sep 17 00:00:00 2001 From: Ophestra Date: Thu, 13 Nov 2025 07:29:46 +0900 Subject: internal/info: relocate from internal This is cleaner and makes more sense. The longer LDFLAGS was never a valid concern since it is always inserted by a script. Signed-off-by: Ophestra --- cmd/hpkg/proc.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cmd/hpkg') diff --git a/cmd/hpkg/proc.go b/cmd/hpkg/proc.go index 013e0b69..aca2db42 100644 --- a/cmd/hpkg/proc.go +++ b/cmd/hpkg/proc.go @@ -10,11 +10,11 @@ import ( "os/exec" "hakurei.app/hst" - "hakurei.app/internal" + "hakurei.app/internal/info" "hakurei.app/message" ) -var hakureiPathVal = internal.MustHakureiPath().String() +var hakureiPathVal = info.MustHakureiPath().String() func mustRunApp(ctx context.Context, msg message.Msg, config *hst.Config, beforeFail func()) { var ( -- cgit v1.3.1