hugo/tpl/collections
Bjørn Erik Pedersen c624a77992 tpl/collections: Add Merge function
Merges two maps recursively and returns a new one. Merge is case-insensitive.

Fixes #5992
2019-07-15 20:47:35 +02:00
..
append.go
append_test.go
apply.go
apply_test.go
collections.go tpl/collections: Return error on invalid input in in 2019-04-19 08:58:12 +02:00
collections_test.go tpl/collections: Unwrap any interface value in sort and where 2019-06-09 16:54:36 +02:00
complement.go
complement_test.go Run gofmt -s 2019-03-23 20:15:06 +01:00
index.go
index_test.go
init.go tpl/collections: Add Merge function 2019-07-15 20:47:35 +02:00
init_test.go
merge.go tpl/collections: Add Merge function 2019-07-15 20:47:35 +02:00
merge_test.go tpl/collections: Add Merge function 2019-07-15 20:47:35 +02:00
reflect_helpers.go all: Apply staticcheck recommendations 2019-03-24 16:14:51 +01:00
sort.go tpl/collections: Fix slice type handling in sort 2019-06-10 08:32:44 +02:00
sort_test.go tpl/collections: Fix slice type handling in sort 2019-06-10 08:32:44 +02:00
symdiff.go
symdiff_test.go Run gofmt -s 2019-03-23 20:15:06 +01:00
where.go tpl/collections: Unwrap any interface value in sort and where 2019-06-09 16:54:36 +02:00
where_test.go tpl/collections: Unwrap any interface value in sort and where 2019-06-09 16:54:36 +02:00