mirror of
https://gitee.com/goploy/goploy.git
synced 2024-12-02 12:10:05 +08:00
6 lines
62 B
Go
6 lines
62 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed dist
|
|
var Dist embed.FS |