From 8063442580cc57797b2cf3fd81100f096d4b34aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 25 Dec 2018 10:00:11 +0100 Subject: [PATCH] Update reflect.IsMap.md See https://github.com/gohugoio/hugo/issues/5564 --- content/en/functions/reflect.IsMap.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/functions/reflect.IsMap.md b/content/en/functions/reflect.IsMap.md index d75b842b4..484ec4838 100644 --- a/content/en/functions/reflect.IsMap.md +++ b/content/en/functions/reflect.IsMap.md @@ -1,6 +1,7 @@ --- title: reflect.IsMap description: Reports if a value is a map. +draft: true godocref: date: 2018-11-28 publishdate: 2018-11-28