6 lines
81 B
Go
6 lines
81 B
Go
package distrodefs
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.yaml */*.yaml
|
|
var Data embed.FS
|