7 lines
72 B
Go
7 lines
72 B
Go
package public
|
|
|
|
import "embed"
|
|
|
|
//go:embed all:dist
|
|
var Public embed.FS
|