chore: fix go linter.
This commit is contained in:
parent
f2e755b77b
commit
c36801700c
1 changed files with 2 additions and 3 deletions
|
|
@ -14,7 +14,6 @@ import (
|
||||||
|
|
||||||
var (
|
var (
|
||||||
osReleaseFile = "/etc/os-release"
|
osReleaseFile = "/etc/os-release"
|
||||||
firstPartyDists = []string{"arch", "debian", "ubuntu", "opensuse", "whonix"}
|
|
||||||
supportedDists = map[string][]string{
|
supportedDists = map[string][]string{
|
||||||
"arch": {},
|
"arch": {},
|
||||||
"debian": {},
|
"debian": {},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue