7 lines
112 B
Go
7 lines
112 B
Go
package dist
|
|
|
|
import "embed"
|
|
|
|
//go:embed index.html favicon.png favicon.svg assets resource
|
|
var Static embed.FS
|