mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 15:52:58 +03:00
Co-authored-by: Alessandro (Ale) Segala <43508+ItalyPaleAle@users.noreply.github.com> Co-authored-by: Elias Schneider <login@eliasschneider.com>
9 lines
157 B
Go
9 lines
157 B
Go
package resources
|
|
|
|
import "embed"
|
|
|
|
// Embedded file systems for the project
|
|
|
|
//go:embed email-templates images migrations fonts aaguids.json
|
|
var FS embed.FS
|