1
0
mirror of https://github.com/MontFerret/ferret.git synced 2024-12-16 11:37:36 +02:00
ferret/pkg/runtime/collections
3timeslazy acf2f13dcb Linter Cleanups (#294)
* sync with MontFerret/ferret

* fix --param handling

When params is converted to map it uses strings.Split,
which slices a string into all substrings separated by :.

* remove impossible conditions nil != nil

* delete ineffectual assignments

* replace '+= 1' with '++'

* remove useless comparison with nil

* merge variable declarations

* remove bool comparison

* fix imports

* fix imports

* delete unused file

* use copy instead of loop

* delete unused DummyInterface

* remove unnecassary break statements

* tidy modules
2019-05-03 17:10:34 -04:00
..
collection.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
filter_test.go Linter Cleanup (#276) 2019-03-29 10:48:51 -04:00
filter.go Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
indexed_test.go Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
indexed.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
iterator.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
keyed_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
keyed.go Feature/#250 wait style (#255) 2019-03-13 14:51:30 -04:00
limit_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
limit.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
map_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
map.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
slice_test.go Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
slice.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
sort_test.go New type system (#232) 2019-02-13 12:31:18 -05:00
sort.go Linter Cleanups (#294) 2019-05-03 17:10:34 -04:00
tap_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
tap.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
unique_test.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00
unique.go Bug/#142 clauses and statements (#148) 2018-10-28 01:45:26 -04:00