Skip to content

Commit b09885a

Browse files
committed
Add missing comment
1 parent f2c818a commit b09885a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/utils/utils.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,7 @@ func UniqueSliceString(list []string) []string {
143143
return uinque
144144
}
145145

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

0 commit comments

Comments
 (0)