mirror of
https://github.com/pocket-id/pocket-id.git
synced 2026-09-20 09:59:03 +02:00
9 lines
192 B
Go
9 lines
192 B
Go
package resources
|
|
|
|
import "embed"
|
|
|
|
// Embedded file systems for the project
|
|
|
|
//go:embed email-templates/*.tmpl images default-images migrations fonts aaguids.json aaguid-icons
|
|
var FS embed.FS
|