1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 20:20:39 +00:00

update some tips

This commit is contained in:
astaxie
2013-12-07 13:26:22 +08:00
parent 2220968a01
commit 48ad0202bf
4 changed files with 21 additions and 9 deletions

View File

@ -6,7 +6,7 @@ import (
)
func TestGetUrl(t *testing.T) {
resp, err := Get("http://beego.me/").Response()
resp, err := Get("http://beego.me/").Debug(true).Response()
if err != nil {
t.Fatal(err)
}