mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-08 14:22:57 +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
|