diff --git a/content/functions/union.md b/content/functions/union.md index 3ff433d8b..adf876caf 100644 --- a/content/functions/union.md +++ b/content/functions/union.md @@ -3,8 +3,8 @@ title: union linktitle: union description: Given two arrays or slices, returns a new array that contains the elements or objects that belong to either or both arrays/slices. godocref: -date: 2017-03-12 -publishdate: 2017-03-12 +date: 2017-02-01 +publishdate: 2017-02-01 lastmod: 2017-03-12 categories: [functions] tags: [filtering,lists] diff --git a/content/functions/with.md b/content/functions/with.md index 8923a4e7c..f8844b17b 100644 --- a/content/functions/with.md +++ b/content/functions/with.md @@ -3,8 +3,8 @@ title: with linktitle: with description: Rebinds the context (`.`) within its scope and skips the block if the variable is absent. godocref: -date: 2017-03-12 -publishdate: 2017-03-12 +date: 2017-02-01 +publishdate: 2017-02-01 lastmod: 2017-03-12 categories: [functions] tags: [conditionals,fundamentals]