659b76f1cf
Made-with: Cursor
7 lines
69 B
Go
7 lines
69 B
Go
package webui
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html
|
|
var FS embed.FS
|