7 lines
69 B
Go
7 lines
69 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:dist
|
|
var DistFS embed.FS
|