upadted to 1.24.0; fixed stb and spiddped doubles in precene

This commit is contained in:
2025-03-03 09:28:41 +02:00
parent 0ecf0ddec1
commit 203f834f65
41 changed files with 1058 additions and 219 deletions

View File

@@ -8,14 +8,18 @@ import (
scraper "git.amok.space/yevhen/resource-scraper/internal"
"git.amok.space/yevhen/resource-scraper/internal/config"
"git.amok.space/yevhen/resource-scraper/internal/logging"
)
var st time.Time
var (
st time.Time
)
//var tokenAuth *jwtauth.JWTAuth
func init() {
st = time.Now()
logging.New()
scraper.ParseFlags()
config.New()