mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-14 01:03:02 +03:00
9 lines
138 B
Go
9 lines
138 B
Go
|
|
package resources
|
||
|
|
|
||
|
|
import "embed"
|
||
|
|
|
||
|
|
// Embedded file systems for the project
|
||
|
|
|
||
|
|
//go:embed email-templates images migrations
|
||
|
|
var FS embed.FS
|