7 lines
69 B
Go
7 lines
69 B
Go
|
package status
|
||
|
|
||
|
import "embed"
|
||
|
|
||
|
//go:embed all:views
|
||
|
var FS embed.FS
|