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