Skip to content

Commit

Permalink
Add missing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nodauf committed Dec 29, 2021
1 parent f2c818a commit b09885a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/utils/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ func UniqueSliceString(list []string) []string {
return uinque
}

// SearchReplaceMap will search and replace a string by another in all the map
func SearchReplaceMap(mapToReplace map[string]string, old, new string) map[string]string {
var newMap = make(map[string]string)
for key, value := range mapToReplace {
Expand Down

0 comments on commit b09885a

Please sign in to comment.