mirror of
https://github.com/Jguer/yay.git
synced 2025-12-27 10:01:53 -05:00
Simplify stringset function names
Now that stringset has its own module we can use more basic function names while keeping it obvious what it does.
This commit is contained in:
2
vcs.go
2
vcs.go
@@ -38,7 +38,7 @@ func createDevelDB() error {
|
||||
}
|
||||
|
||||
bases := getBases(info)
|
||||
toSkip := pkgbuildsToSkip(bases, stringset.SliceToStringSet(remoteNames))
|
||||
toSkip := pkgbuildsToSkip(bases, stringset.FromSlice(remoteNames))
|
||||
_, err = downloadPkgbuilds(bases, toSkip, config.BuildDir)
|
||||
if err != nil {
|
||||
return err
|
||||
|
||||
Reference in New Issue
Block a user