change readme
This commit is contained in:
parent
9081c40eaa
commit
5eb70b9223
@ -18,6 +18,7 @@ Beego is composed of four parts:
|
|||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
[Official website](http://beego.vip)
|
[Official website](http://beego.vip)
|
||||||
|
[中文新版文档网站](https://beego.gocn.vip)
|
||||||
|
|
||||||
[Example](https://github.com/beego/beego-example)
|
[Example](https://github.com/beego/beego-example)
|
||||||
|
|
||||||
|
|||||||
@ -204,7 +204,7 @@ func TestClientDelete(t *testing.T) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
func TestClientHead(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 {
|
if err != nil {
|
||||||
t.Fatal(err)
|
t.Fatal(err)
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user