Skip to content

Commit dd33ff7

Browse files
authored
fix(docs): missing go markdown codeblock (#4266)
1 parent 77d70e5 commit dd33ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -872,7 +872,7 @@ curl -X GET "localhost:8085/testing?name=appleboy&address=xyz&birthday=1992-03-1
872872

873873
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:
874874

875-
```
875+
```go
876876
package main
877877

878878
import (

0 commit comments

Comments
 (0)