Skip to content

Commit

Permalink
add test case
Browse files Browse the repository at this point in the history
  • Loading branch information
luxuze committed Mar 26, 2020
1 parent 65832ab commit 0a5f9a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion examples/example.go
Expand Up @@ -8,7 +8,7 @@ import (

func main() {
client := request.Client{
URL: "https://baidu.com",
URL: "https://google.com",
Method: "POST",
Params: map[string]string{"hello": "world"},
Body: []byte(`{"hello": "world"}`),
Expand Down
1 change: 1 addition & 0 deletions url_test.go
@@ -0,0 +1 @@
package request

0 comments on commit 0a5f9a0

Please sign in to comment.