/ static / embed.go
embed.go
1  package static
2  
3  import "embed"
4  
5  //go:embed index.html background.jpg source/*.svg source/*.png
6  var EmbeddedFiles embed.FS