github.com/simpleiot/simpleiot@v0.18.3/frontend/embed.go (about) 1 package frontend 2 3 import "embed" 4 5 // Content is a FS that holds the web UI assets 6 // 7 //go:embed public/* 8 var Content embed.FS