From b54aea066ca77f0caa9b5be4ae649f6408f81954 Mon Sep 17 00:00:00 2001 From: Cameron Moore Date: Fri, 28 Dec 2018 03:41:46 -0600 Subject: [PATCH] tpl: Fix reflect Fixes #5564 --- content/en/functions/reflect.IsMap.md | 1 - content/en/functions/reflect.IsSlice.md | 1 - 2 files changed, 2 deletions(-) diff --git a/content/en/functions/reflect.IsMap.md b/content/en/functions/reflect.IsMap.md index 484ec4838..d75b842b4 100644 --- a/content/en/functions/reflect.IsMap.md +++ b/content/en/functions/reflect.IsMap.md @@ -1,7 +1,6 @@ --- 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/content/en/functions/reflect.IsSlice.md b/content/en/functions/reflect.IsSlice.md index b3d352ddf..27d6aea21 100644 --- a/content/en/functions/reflect.IsSlice.md +++ b/content/en/functions/reflect.IsSlice.md @@ -1,7 +1,6 @@ --- title: reflect.IsSlice description: Reports if a value is a slice. -draft: true godocref: date: 2018-11-28 publishdate: 2018-11-28