1 package pxe 2 3 import ( 4 "embed" 5 ) 6 7 var ( 8 //go:embed ** 9 TemplateFS embed.FS 10 ) 11
View as plain text