9 lines
78 B
Go
9 lines
78 B
Go
package web
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed templates
|
|
var Templates embed.FS
|