upadted to 1.24.0; fixed stb and spiddped doubles in precene
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user