mirror of
https://github.com/MontFerret/ferret.git
synced 2025-07-05 00:49:00 +02:00
Feature/#10 zip (#113)
* added prototype of ZIP function * add unit test for ZIP function * change comment for ZIP function * added some new tests * small change in unit tests * added ZIP function
This commit is contained in:
@ -8,5 +8,6 @@ func NewLib() map[string]core.Function {
|
||||
"KEYS": Keys,
|
||||
"KEEP": Keep,
|
||||
"MERGE": Merge,
|
||||
"ZIP": Zip,
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user