10 lines
165 B
Go
10 lines
165 B
Go
|
package setup
|
||
|
|
||
|
var (
|
||
|
SystemdUnitList = systemdUnitList
|
||
|
FilterWithRules = filterWithRules
|
||
|
ApplyRules = applyRules
|
||
|
|
||
|
// NormalizeVersion = normalizeVersion
|
||
|
)
|