Merge pull request #3 from johnx-cn/johnx_merge

test merge
This commit is contained in:
John
2018-05-04 23:25:09 +08:00
committed by GitHub

View File

@ -2,9 +2,8 @@ package main
import (
"fmt"
"gitee.com/johng/gf/g/os/gfile"
)
func main() {
fmt.Println(gfile.RealPath("./"))
}
fmt.Println("我要加入gf框架开发团队")
}