mirror of
https://github.com/dnote/dnote
synced 2026-03-14 22:45:50 +01:00
* Embed files * Build CLI * Remove packr * Embed view directory * Embed static files * Make view engine * Populate build info
8 lines
81 B
Go
8 lines
81 B
Go
package views
|
|
|
|
import (
|
|
"embed"
|
|
)
|
|
|
|
//go:embed templates
|
|
var TemplateFs embed.FS
|