mirror of
https://github.com/mudler/luet.git
synced 2025-09-04 08:45:40 +00:00
cmd/config: simplify code (#246)
This commit is contained in:
@@ -64,8 +64,8 @@ type Solver struct {
|
||||
}
|
||||
|
||||
type Options struct {
|
||||
Type SolverType
|
||||
Concurrency int
|
||||
Type SolverType `yaml:"type,omitempty"`
|
||||
Concurrency int `yaml:"concurrency,omitempty"`
|
||||
}
|
||||
|
||||
// NewSolver accepts as argument two lists of packages, the first is the initial set,
|
||||
|
Reference in New Issue
Block a user