for tip version #1
This commit is contained in:
astaxie 2012-12-19 11:30:24 +08:00
parent 5ce009a2dc
commit e81795a01b
1 changed files with 4 additions and 0 deletions

View File

@ -38,6 +38,10 @@ Here is the canonical "Hello, world" example app for beego:
beego.Run()
}
> in tip version the default listin on tcp6. so you must set HttpAddr:
> `beego.HttpAddr = "127.0.0.1"`
default port:8080
http get http://localhost:8080