7 lines
72 B
Go
7 lines
72 B
Go
|
package install
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed files/*
|
||
|
var FileFS embed.FS
|