Use emojis for icons

This commit is contained in:
Ettore Di Giacinto
2019-11-16 14:16:44 +01:00
parent b59256337a
commit 602f5c68d5
7 changed files with 35 additions and 30 deletions

View File

@@ -41,7 +41,7 @@ type Solver struct {
// NewSolver accepts as argument two lists of packages, the first is the initial set,
// the second represent all the known packages.
func NewSolver(init []pkg.Package, w []pkg.Package , db pkg.PackageDatabase) PackageSolver {
func NewSolver(init []pkg.Package, w []pkg.Package, db pkg.PackageDatabase) PackageSolver {
for _, v := range init {
pkg.NormalizeFlagged(v)
}