feat: gpg and ssh keys #2

Merged
ange merged 10 commits from devel into prod 2024-12-10 18:36:42 +00:00
Showing only changes of commit d1d304baae - Show all commits

View File

@ -1,19 +0,0 @@
package vars
import (
"path/filepath"
)
var (
templates string
static string
html string
css string
)
func init() {
templates = "templates"
static = "static"
html = filepath.Join(static, "html")
css = filepath.Join(static, "css")
}