Skip to content

Commit

Permalink
fix httpc doc
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and kesonan committed Jun 21, 2023
1 parent 09d6c90 commit ec75d28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/tutorials/http/client/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ var domain = flag.String("domain", "http://localhost:3333", "the domain to reque
func main() {
flag.Parse()

req := types.Request{
req := Request{
Node: "foo",
ID: 1024,
Header: "foo-header",
Expand Down Expand Up @@ -76,7 +76,7 @@ var domain = flag.String("domain", "http://localhost:3333", "the domain to reque
func main() {
flag.Parse()

req := types.Request{
req := Request{
Node: "foo",
Header: "foo-header",
Body: map[string]string{
Expand Down

0 comments on commit ec75d28

Please sign in to comment.