using functor for Get and GetReal

This commit is contained in:
Christian Goll
2022-08-15 17:12:36 +02:00
parent f744934122
commit 0ca17dd454
3 changed files with 61 additions and 226 deletions

View File

@@ -149,7 +149,7 @@ func (ent *Entry) SetDefaultSlice(val []string) {
}
/*
Remove a elemnt from a slice
Remove a element from a slice
*/
func (ent *Entry) SliceRemoveElement(val string) {
util.SliceRemoveElement(ent.value, val)