cmd/pkgserver: move ui internal

This avoids inadvertently exporting a go package. This change also cleans up generate layout.

Signed-off-by: Ophestra <cat@gensokyo.uk>
This commit is contained in:
2026-05-02 03:15:07 +09:00
parent 1c277d30a6
commit 5e50fede9a
12 changed files with 35 additions and 45 deletions

View File

@@ -0,0 +1,7 @@
//go:build !frontend
package ui
import "testing/fstest"
var content fstest.MapFS