e81795a0 by astaxie

#1

for tip version #1
1 parent 5ce009a2
...@@ -38,6 +38,10 @@ Here is the canonical "Hello, world" example app for beego: ...@@ -38,6 +38,10 @@ Here is the canonical "Hello, world" example app for beego:
38 beego.Run() 38 beego.Run()
39 } 39 }
40 40
41 > in tip version the default listin on tcp6. so you must set HttpAddr:
42
43 > `beego.HttpAddr = "127.0.0.1"`
44
41 default port:8080 45 default port:8080
42 46
43 http get http://localhost:8080 47 http get http://localhost:8080
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!