From c2d900ec74e03e9c782cfe7b7ce06ff62cda6601 Mon Sep 17 00:00:00 2001 From: Ophestra Date: Sat, 29 Aug 2026 18:58:06 +0900 Subject: pkg: move from internal Closes #43. Signed-off-by: Ophestra --- cmd/mbf/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/mbf/main.go') diff --git a/cmd/mbf/main.go b/cmd/mbf/main.go index c6e1940f..4f471d6a 100644 --- a/cmd/mbf/main.go +++ b/cmd/mbf/main.go @@ -39,9 +39,9 @@ import ( "hakurei.app/command" "hakurei.app/ext" "hakurei.app/fhs" - "hakurei.app/internal/pkg" "hakurei.app/internal/rosa" "hakurei.app/message" + "hakurei.app/pkg" "hakurei.app/cmd/mbf/internal/pkgserver" "hakurei.app/cmd/mbf/internal/pkgserver/ui" -- cgit v1.3.1