refactor: add provider software folder

This commit is contained in:
moonD4rk
2022-10-24 13:42:31 +08:00
parent 714e8a57b9
commit 877fcd2c84
5 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -98,7 +98,7 @@ func pickFirefox(name, profile string) []browser.Browser {
return nil
}
func ListBrowser() []string {
func ListBrowsers() []string {
var l []string
l = append(l, typeutil.Keys(chromiumList)...)
l = append(l, typeutil.Keys(firefoxList)...)