maint: makefile

This commit is contained in:
vxclutch
2026-05-27 09:47:54 -04:00
parent 3c0f1a046c
commit fb7d0ee80d
5 changed files with 22 additions and 5 deletions

View File

@@ -1,6 +1,10 @@
package lash
import "embed"
import (
"embed"
"github.com/google/uuid"
)
//go:embed templates/*
var Templates embed.FS
@@ -8,4 +12,4 @@ var Templates embed.FS
//go:embed version
var Version string
var Token string = "SICK-COOL-TOKEN"
var Token string = uuid.New().String()