change readme

This commit is contained in:
Deng Ming
2022-01-28 00:13:07 +08:00
parent 9081c40eaa
commit 5eb70b9223
2 changed files with 2 additions and 1 deletions

View File

@@ -204,7 +204,7 @@ func TestClientDelete(t *testing.T) {
}
func TestClientHead(t *testing.T) {
client, err := NewClient("test", "http://beego.vip")
client, err := NewClient("test", "http://beego.gocn.vip")
if err != nil {
t.Fatal(err)
}