royalcat
3a310f8a30
Some checks failed
CodeQL / Analyze (go) (push) Failing after 2s
CodeQL / Analyze (javascript) (push) Failing after 2s
docker / build-docker (inux/arm/v6) (push) Failing after 26s
docker / build-docker (linux/386) (push) Failing after 2m22s
docker / build-docker (linux/amd64) (push) Failing after 2m0s
docker / build-docker (linux/arm64) (push) Has been cancelled
docker / build-docker (linux/arm/v7) (push) Has been cancelled
mkdocs / mkdocs (push) Failing after 2s
11 lines
119 B
Go
11 lines
119 B
Go
package tstor
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed assets
|
|
var Assets embed.FS
|
|
|
|
//go:embed templates
|
|
var Templates embed.FS
|