chore: fix go linter.

This commit is contained in:
Alexandre Pujol 2023-07-25 22:07:38 +01:00
parent f2e755b77b
commit c36801700c
No known key found for this signature in database
GPG Key ID: C5469996F0DF68EC

View File

@ -13,9 +13,8 @@ import (
)
var (
osReleaseFile = "/etc/os-release"
firstPartyDists = []string{"arch", "debian", "ubuntu", "opensuse", "whonix"}
supportedDists = map[string][]string{
osReleaseFile = "/etc/os-release"
supportedDists = map[string][]string{
"arch": {},
"debian": {},
"ubuntu": {},