github.com/simpleiot/simpleiot@v0.18.3/install/embed.go (about)

     1  package install
     2  
     3  import "embed"
     4  
     5  // Content is a FS that holds the web UI assets
     6  //
     7  //go:embed siot.service*
     8  var Content embed.FS