From 69965d700c6652c56bdc573ab928437b9d6a1f95 Mon Sep 17 00:00:00 2001 From: astaxie Date: Thu, 20 Dec 2012 09:38:31 +0800 Subject: [PATCH] This was fixed in 5ce009, listening on both ipv6 and ipv4 addresses is not the problem (and I think you should remove the note you added). --- README.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/README.md b/README.md index e2a6a0ad..0da2afb4 100644 --- a/README.md +++ b/README.md @@ -38,9 +38,6 @@ 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