1 package pallets 2 3 import "embed" 4 5 //go:embed *.yaml 6 var NodeExporter embed.FS 7
View as plain text