refactor: add nolint comment

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-08-14 22:16:24 +08:00
parent 63fc3a656a
commit 14fd71005a
4 changed files with 6 additions and 9 deletions
+3
View File
@@ -114,6 +114,7 @@ func ListBrowser() []string {
// home dir path for all platforms
var homeDir, _ = os.UserHomeDir()
//nolint:unused
const (
chromeName = "Chrome"
chromeBetaName = "Chrome Beta"
@@ -126,4 +127,6 @@ const (
coccocName = "CocCoc"
yandexName = "Yandex"
firefoxName = "Firefox"
speed360Name = "360speed"
qqBrowserName = "QQ"
)