added static page at buildtime
This commit is contained in:
parent
ec65e3494c
commit
a4ff3a87c1
2
main.go
2
main.go
|
|
@ -35,7 +35,7 @@ import (
|
||||||
//go:embed static
|
//go:embed static
|
||||||
var embeddedStaticFiles embed.FS
|
var embeddedStaticFiles embed.FS
|
||||||
|
|
||||||
const version = "1.0.0"
|
const version = "1.0.2"
|
||||||
|
|
||||||
// ---------------------------------------------------------------------------
|
// ---------------------------------------------------------------------------
|
||||||
// Config structs
|
// Config structs
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue