From 92a11bd6ffbd842c7b3812b11f4caed2007b87eb Mon Sep 17 00:00:00 2001 From: John Date: Mon, 26 Feb 2018 17:06:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0g/g.go=EF=BC=8C=E4=BE=BF?= =?UTF-8?q?=E4=BA=8E=E6=96=87=E6=A1=A3=E5=B7=A5=E5=85=B7=E7=94=9F=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- g/g.go | 3 +-- version.go | 5 +++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/g/g.go b/g/g.go index 44b3c6028..ac3b03971 100644 --- a/g/g.go +++ b/g/g.go @@ -1,5 +1,4 @@ package g -const VERSION = "0.95 beta" -const AUTHORS = "john" +// Yes, it's g.go diff --git a/version.go b/version.go index ac3b03971..42b6809bf 100644 --- a/version.go +++ b/version.go @@ -1,4 +1,5 @@ -package g +package gf -// Yes, it's g.go +const VERSION = "0.95 beta" +const AUTHORS = "john"