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

@ -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": {},