initial refactor to use Cobra

This commit is contained in:
Alvaro Muñoz
2023-04-21 13:43:20 +02:00
parent f589c06ce7
commit d60ef906fe
14 changed files with 1320 additions and 1179 deletions

7
config/config.go Normal file
View File

@@ -0,0 +1,7 @@
package config
const (
MAX_MRVA_REPOSITORIES = 1000
WORKERS = 10
)