From 75d6a1c175861575110053a4167716fc678d8a37 Mon Sep 17 00:00:00 2001 From: John Date: Tue, 30 Jan 2018 14:02:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=8A=A5=E5=85=B3=E8=81=94?= =?UTF-8?q?=E6=80=A7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- geg/other/test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/geg/other/test.go b/geg/other/test.go index 634c6b363..8ccadee83 100644 --- a/geg/other/test.go +++ b/geg/other/test.go @@ -1,7 +1,7 @@ package main +import "gitee.com/johng/gf/g/encoding/gparser" func main() { - a := make([]int, 0, 10) - a[0] = 1 + gparser.Load("/home/john/Workspace/Go/GOPATH/src/gitee.com/johng/gf/geg/frame/config.yml") } \ No newline at end of file