From 654ef2f350ed27cca6dcdc7152c726d1d09d22f2 Mon Sep 17 00:00:00 2001 From: John Date: Thu, 28 Dec 2017 15:40:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=8C=E5=96=84=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- g/frame/ginstance/ginstance.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/g/frame/ginstance/ginstance.go b/g/frame/ginstance/ginstance.go index fc3286688..dca9c7b97 100644 --- a/g/frame/ginstance/ginstance.go +++ b/g/frame/ginstance/ginstance.go @@ -8,17 +8,17 @@ import ( "gitee.com/johng/gf/g/os/genv" "gitee.com/johng/gf/g/os/gview" "gitee.com/johng/gf/g/os/gfile" + "gitee.com/johng/gf/g/net/ghttp" "gitee.com/johng/gf/g/os/gconsole" "gitee.com/johng/gf/g/database/gdb" "gitee.com/johng/gf/g/frame/gconfig" "gitee.com/johng/gf/g/container/gmap" - "gitee.com/johng/gf/g/net/ghttp" ) const ( - FRAME_CORE_COMPONENT_NAME_VIEW = "gf.component.view" - FRAME_CORE_COMPONENT_NAME_CONFIG = "gf.component.config" - FRAME_CORE_COMPONENT_NAME_DATABASE = "gf.component.database" + FRAME_CORE_COMPONENT_NAME_VIEW = "gf.core.component.view" + FRAME_CORE_COMPONENT_NAME_CONFIG = "gf.core.component.config" + FRAME_CORE_COMPONENT_NAME_DATABASE = "gf.core.component.database" ) // 单例对象存储器