summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/debug/Dump.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/debug/Dump.md')
-rw-r--r--docs/content/en/functions/debug/Dump.md11
1 files changed, 3 insertions, 8 deletions
diff --git a/docs/content/en/functions/debug/Dump.md b/docs/content/en/functions/debug/Dump.md
index ff505a76b..d3161605f 100644
--- a/docs/content/en/functions/debug/Dump.md
+++ b/docs/content/en/functions/debug/Dump.md
@@ -1,16 +1,13 @@
---
title: debug.Dump
description: Returns an object dump as a string.
-categories: [functions]
+categories: []
keywords: []
-menu:
- docs:
- parent: functions
-function:
+action:
aliases: []
+ related: []
returnType: string
signatures: [debug.Dump VALUE]
-relatedFunctions: []
---
```go-html-template
@@ -43,8 +40,6 @@ relatedFunctions: []
}
```
-
-
{{% note %}}
Output from this function may change from one release to the next. Use for debugging only.
{{% /note %}}