Add archetypes files

This commit is contained in:
Wancat
2022-11-17 17:16:17 +08:00
parent fc4c269ddc
commit c6b79938ea
4 changed files with 0 additions and 10 deletions

View File

@@ -11,7 +11,6 @@ import (
"github.com/lancatlin/ledger-quicknote/auth"
)
var ledgerTpl *template.Template
var htmlTpl *template.Template
var DATA_DIR string
@@ -20,7 +19,6 @@ var HOST string
var store auth.AuthStore
func init() {
ledgerTpl = template.Must(template.ParseGlob("tx/*"))
flag.StringVar(&DATA_DIR, "d", "data", "data folder")
flag.StringVar(&HOST, "b", "127.0.0.1:8000", "binding address")
var hashKeyString string