From 554ba272636bf1983a1cdccc216b08b4aa18e7f6 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 4 May 2018 22:29:44 +0800 Subject: [PATCH] test merge --- geg/other/test.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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框架开发团队!") +}