Apply coding convention
This commit is contained in:
@@ -10,6 +10,9 @@ import (
|
||||
|
||||
var ErrEmptyList = errors.New("package list is empty")
|
||||
|
||||
// -----------------------------------------
|
||||
// public
|
||||
|
||||
func Merge(packages map[string]bool) ([]string, error) {
|
||||
result := make([]string, 0, len(packages))
|
||||
for name := range packages {
|
||||
|
||||
Reference in New Issue
Block a user