1
0
镜像自地址 https://github.com/astaxie/beego.git 已同步 2025-07-02 11:20:19 +00:00
这个提交包含在:
astaxie
2013-11-06 16:51:33 +08:00
父节点 dbf6ca2b4c
当前提交 2abda0954b

查看文件

@ -1,7 +1,7 @@
package testing
import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/config"
"github.com/astaxie/beego/httplib"
)
@ -14,7 +14,7 @@ type TestHttpRequest struct {
func getPort() string {
if port == "" {
config, err := beego.ParseConfig("../conf/app.conf")
config, err := config.NewConfig("ini", "../conf/app.conf")
if err != nil {
return "8080"
}