Skip to content

Commit ee88f2f

Browse files
committed
update mod
1 parent 0242b9b commit ee88f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client_test.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ type HttpGet struct {
1818
var ctx = context.Background()
1919

2020
func TestHttpGet(t *testing.T) {
21-
var client *Client
21+
client := NewClient()
2222
// test
2323
_, bs, err := client.Req().Get("http://www.baidu.com").EndBytes(ctx)
2424
if err != nil {

0 commit comments

Comments
 (0)