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