mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-11 21:38:55 +00:00
d93e5953ad
Clean up and reorganize the project layout to improve readability and maintainability. Signed-off-by: GL.iNet-Yongping.Xie <yongping.xie@gl-inet.com>
7 lines
70 B
Go
Executable File
7 lines
70 B
Go
Executable File
package ui
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:dist
|
|
var StaticFS embed.FS
|