summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-26 10:27:54 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2018-12-26 10:27:54 +0100
commit22afe280479f4bc5c7c59b0112a8ea69c3b9c4c3 (patch)
tree1ca04e5e4fb1e4f438e6b5c00fe615ada3b0b120 /docs/content/en/functions
parent8431871201cba59dea67f617c4564324de6ae2ec (diff)
parent978856e2ad12d2bcaf37bb9e31f806b30a4c42f4 (diff)
Diffstat (limited to 'docs/content/en/functions')
-rw-r--r--docs/content/en/functions/reflect.IsMap.md1
-rw-r--r--docs/content/en/functions/reflect.IsSlice.md1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/content/en/functions/reflect.IsMap.md b/docs/content/en/functions/reflect.IsMap.md
index d75b842b4..484ec4838 100644
--- a/docs/content/en/functions/reflect.IsMap.md
+++ b/docs/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
diff --git a/docs/content/en/functions/reflect.IsSlice.md b/docs/content/en/functions/reflect.IsSlice.md
index 27d6aea21..b3d352ddf 100644
--- a/docs/content/en/functions/reflect.IsSlice.md
+++ b/docs/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