fix(docs): missing go markdown codeblock

This commit is contained in:
Victor Dusart 2025-06-10 16:09:02 +02:00 committed by GitHub
parent 77d70e5858
commit 028480d99d
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 (