mirror of
https://github.com/muety/wakapi.git
synced 2023-08-10 21:12:56 +03:00
7 lines
75 B
Go
7 lines
75 B
Go
package mail
|
|
|
|
import "embed"
|
|
|
|
//go:embed *.html
|
|
var TemplateFiles embed.FS
|