tmp.htmlx/content.go
Vincent Batts 58ebeb91d8
*.go: add a golang webserver for this project
Signed-off-by: Vincent Batts <vbatts@hashbangbash.com>
2024-05-26 21:05:59 -04:00

9 lines
105 B
Go

package main
import (
"embed"
)
//go:embed "htmx.min.js"
//go:embed "index.html"
var content embed.FS