Files
pocket-id-pocket-id/backend/resources/files.go

9 lines
157 B
Go
Raw Normal View History

2025-01-03 15:08:55 +01:00
package resources
import "embed"
// Embedded file systems for the project
//go:embed email-templates images migrations fonts aaguids.json
2025-01-03 15:08:55 +01:00
var FS embed.FS