github.com/wader/devd@v0.0.0-20221031103345-441c7e455249/templates/embed.go (about)

     1  package templates
     2  
     3  import (
     4  	"embed"
     5  )
     6  
     7  //go:embed 404.html
     8  //go:embed dirlist.html
     9  var FS embed.FS