mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-23 08:13:33 +00:00
8 lines
76 B
Go
8 lines
76 B
Go
package templates
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed *
|
|
var Templates embed.FS
|