mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-04 04:59:58 +08:00
7 lines
63 B
Go
7 lines
63 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed dist
|
|
var Dist embed.FS
|