fix(docs): missing go markdown codeblock (#4266)

This commit is contained in:
Victor Dusart 2025-06-16 16:59:53 +02:00 committed by GitHub
parent 77d70e5858
commit dd33ff7938
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: 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 package main
import ( import (