//go:build !noweb package frps import ( "embed" "kanhole/assets" ) //go:embed dist var EmbedFS embed.FS func init() { assets.Register(EmbedFS) }