github.com/replit/upm@v0.0.0-20240423230255-9ce4fc3ea24c/resources/resources.go (about)

     1  package resources
     2  
     3  import (
     4  	"embed"
     5  )
     6  
     7  //go:embed *
     8  var Resources embed.FS