1 package templates 2 3 import "embed" 4 5 var ( 6 //go:embed manifests/* 7 Manifests embed.FS 8 ) 9
View as plain text