mirror of
https://github.com/mentos1386/zdravko.git
synced 2024-11-22 15:53:45 +00:00
8 lines
76 B
Go
8 lines
76 B
Go
package internal
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed ui
|
|
var Templates embed.FS
|