Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'

This commit is contained in:
Bjørn Erik Pedersen
2025-04-10 13:04:51 +02:00
987 changed files with 12379 additions and 14083 deletions

View File

@@ -3,11 +3,11 @@ title: debug.Dump
description: Returns an object dump as a string.
categories: []
keywords: []
action:
aliases: []
related: []
returnType: string
signatures: [debug.Dump VALUE]
params:
functions_and_methods:
aliases: []
returnType: string
signatures: [debug.Dump VALUE]
---
```go-html-template
@@ -29,6 +29,5 @@ action:
]
```
{{% note %}}
Output from this function may change from one release to the next. Use for debugging only.
{{% /note %}}
> [!note]
> Output from this function may change from one release to the next. Use for debugging only.

View File

@@ -3,11 +3,11 @@ title: debug.Timer
description: Creates a named timer that reports elapsed time to the console.
categories: []
keywords: []
action:
aliases: []
related: []
returnType: debug.Timer
signatures: [debug.Timer NAME]
params:
functions_and_methods:
aliases: []
returnType: debug.Timer
signatures: [debug.Timer NAME]
---
{{< new-in 0.120.0 />}}

View File

@@ -1,12 +1,7 @@
---
title: Debug functions
linkTitle: debug
description: Template functions to debug your templates.
description: Use these functions to debug your templates.
categories: []
keywords: []
menu:
docs:
parent: functions
---
Use these functions to debug your templates.