refactor(admin): use go1.16 embed for templates and assets

This commit is contained in:
sentriz
2021-05-08 15:56:33 +01:00
committed by Senan Kelly
parent 6f15589c08
commit 0c871d888b
9 changed files with 78 additions and 11322 deletions

View File

@@ -7,3 +7,6 @@ import (
//go:embed version.txt
var Version string
const Name = "gonic"
const NameUpper = "GONIC"