mirror of
https://github.com/thomiceli/opengist.git
synced 2024-12-22 12:32:40 +00:00
6 lines
74 B
Go
Vendored
6 lines
74 B
Go
Vendored
package templates
|
|
|
|
import "embed"
|
|
|
|
//go:embed */*.html
|
|
var Files embed.FS
|