Files
lash/lash.go
vxclutch 71ffad466b save
2026-05-27 08:30:51 -04:00

12 lines
153 B
Go

package lash
import "embed"
//go:embed templates/*
var Templates embed.FS
//go:embed version
var Version string
var Token string = "SICK-COOL-TOKEN"