Merge branch 'master' into lash/purify-max

This commit is contained in:
lash
2025-01-10 11:40:49 +00:00
6 changed files with 168 additions and 44 deletions

View File

@@ -17,6 +17,7 @@ import (
var (
logg = logging.NewVanilla()
baseDir = testdataloader.GetBasePath()
scriptDir = path.Join("services", "registration")
)
@@ -24,7 +25,6 @@ func init() {
initializers.LoadEnvVariables()
}
func main() {
config.LoadConfig()
@@ -86,5 +86,4 @@ func main() {
fmt.Fprintf(os.Stderr, err.Error())
os.Exit(1)
}
}