From dd33ff793861cee3baa77d575ff319119c366f3a Mon Sep 17 00:00:00 2001 From: Victor Dusart <43795504+vdusart@users.noreply.github.com> Date: Mon, 16 Jun 2025 16:59:53 +0200 Subject: [PATCH] fix(docs): missing go markdown codeblock (#4266) --- docs/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc.md b/docs/doc.md index 0e882a1b..249f93a0 100644 --- a/docs/doc.md +++ b/docs/doc.md @@ -872,7 +872,7 @@ curl -X GET "localhost:8085/testing?name=appleboy&address=xyz&birthday=1992-03-1 If the server should bind a default value to a field when the client does not provide one, specify the default value using the `default` key within the `form` tag: -``` +```go package main import (