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:
7
cmd/pkgserver/internal/ui/ui_stub.go
Normal file
7
cmd/pkgserver/internal/ui/ui_stub.go
Normal file
@@ -0,0 +1,7 @@
|
||||
//go:build !frontend
|
||||
|
||||
package ui
|
||||
|
||||
import "testing/fstest"
|
||||
|
||||
var content fstest.MapFS
|
||||
Reference in New Issue
Block a user