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