update data

This commit is contained in:
shoopea 2020-04-18 11:49:38 +08:00
parent 5d76fcd8ec
commit 01bee86335
3 changed files with 27 additions and 2 deletions

File diff suppressed because one or more lines are too long

View File

@ -414,7 +414,7 @@ func loadObjItem() error {
}
}
log.Printf("%d items loaded for %s.\n", len(objItems))
log.Printf("%d items loaded.\n", len(objItems))
/*
for _, v := range cacheObjItemId {

View File

@ -1,6 +1,6 @@
package main
//go:generate go-bindata data/
//go:generate go-bindata data/...
import (
"database/sql"