diff --git a/geg/other/test.go b/geg/other/test.go index 06a95ce71..63856794c 100644 --- a/geg/other/test.go +++ b/geg/other/test.go @@ -2,9 +2,8 @@ package main import ( "fmt" - "gitee.com/johng/gf/g/os/gfile" ) func main() { - fmt.Println(gfile.RealPath("./")) -} \ No newline at end of file + fmt.Println("我要加入gf框架开发团队!") +}