/ server / static / static.go
static.go
1  package static
2  
3  import "embed"
4  
5  //go:embed app
6  //go:embed app/_app
7  var FS embed.FS