2021-04-16 15:02:34 +02:00
|
|
|
//nolint:gochecknoglobals,golint,stylecheck
|
2021-04-14 10:40:57 +02:00
|
|
|
package assets
|
|
|
|
|
2021-04-16 15:02:34 +02:00
|
|
|
import (
|
|
|
|
"embed"
|
|
|
|
)
|
2021-04-14 10:40:57 +02:00
|
|
|
|
2021-04-16 15:02:34 +02:00
|
|
|
//go:embed templates/*
|
|
|
|
//go:embed files/*
|
|
|
|
var Assets embed.FS
|