6 lines
71 B
Go
6 lines
71 B
Go
package scripts
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.sh
|
|
var ScriptsFS embed.FS |