All checks were successful
goreleaser / goreleaser (push) Successful in 1m52s
12 lines
141 B
Go
12 lines
141 B
Go
package frontend
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed templates
|
|
var FrontendTemplateFS embed.FS
|
|
|
|
//go:embed static
|
|
var FrontendStaticFS embed.FS
|