refactor(admin): use go1.16 embed for templates and assets
This commit is contained in:
@@ -7,3 +7,6 @@ import (
|
||||
|
||||
//go:embed version.txt
|
||||
var Version string
|
||||
|
||||
const Name = "gonic"
|
||||
const NameUpper = "GONIC"
|
||||
|
||||
Reference in New Issue
Block a user