1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/stdlib/objects
3timeslazy 5d0d9ec537 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
2018-10-13 14:29:10 -04:00
..
has_test.go Added objects 'Has' and 'Keys' function (#69) 2018-10-07 17:53:41 -04:00
has.go Added objects 'Has' and 'Keys' function (#69) 2018-10-07 17:53:41 -04:00
keep_test.go Added object 'KEEP' function (#88) 2018-10-09 16:13:00 -04:00
keep.go Added object 'KEEP' function (#88) 2018-10-09 16:13:00 -04:00
keys_test.go Added objects 'Has' and 'Keys' function (#69) 2018-10-07 17:53:41 -04:00
keys.go Added object 'KEEP' function (#88) 2018-10-09 16:13:00 -04:00
lib.go Feature/#10 zip (#113) 2018-10-13 14:29:10 -04:00
merge_test.go added MERGE object function (#111) 2018-10-13 13:04:00 -04:00
merge.go added MERGE object function (#111) 2018-10-13 13:04:00 -04:00
zip_test.go Feature/#10 zip (#113) 2018-10-13 14:29:10 -04:00
zip.go Feature/#10 zip (#113) 2018-10-13 14:29:10 -04:00