Limit number of concurrent goroutines

This commit is contained in:
Mikołaj Pęczkowski 2021-11-08 18:30:45 +01:00
parent 5fd9bc851b
commit 62dadc53bf
12 changed files with 206 additions and 103 deletions

View file

@ -18,6 +18,7 @@ type CliArguments struct {
Status bool
Version bool
Color bool
LimitName string
LimitTags []string
LimitToName string
LimitToTags []string
Routines int
}