fs.go 88 B

12345678
  1. package static
  2. import (
  3. "embed"
  4. )
  5. //go:embed *.css *.js *.html *.swf
  6. var FS embed.FS