7 lines
90 B
Go
7 lines
90 B
Go
package web
|
|
|
|
import "embed"
|
|
|
|
//go:embed ui/templates/*.html ui/assets/*
|
|
var uiFS embed.FS
|