This commit is contained in:
vxclutch
2026-05-27 11:14:26 -04:00
parent fb7d0ee80d
commit 6da1bb9fc1
4 changed files with 24 additions and 14 deletions

View File

@@ -3,13 +3,14 @@ package lash
import (
"embed"
"github.com/google/uuid"
// "github.com/google/uuid"
)
//go:embed templates/*
//go:embed templates/*.html
var Templates embed.FS
//go:embed version
var Version string
var Token string = uuid.New().String()
// var Token string = uuid.New().String()
var Token string = "foo"