From b9781eb54534740f41dc476cbc8524de82aa1ec9 Mon Sep 17 00:00:00 2001 From: medcl Date: Tue, 9 Mar 2021 23:37:58 +0800 Subject: [PATCH] update main --- main.go | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/main.go b/main.go index 898c60b4..e2d6ddf9 100644 --- a/main.go +++ b/main.go @@ -3,9 +3,8 @@ package main import ( "errors" _ "expvar" - "infini.sh/framework/core/elastic" - "infini.sh/framework" + "infini.sh/framework/core/elastic" "infini.sh/framework/core/env" "infini.sh/framework/core/module" "infini.sh/framework/core/orm" @@ -37,7 +36,7 @@ func main() { terminalFooter += ("©2020 INFINI.LTD, All Rights Reserved.\n") app := framework.NewApp("search-center", "the easiest way to operate your own search center.", - config.Version, config.LastCommitLog, config.BuildDate, terminalHeader, terminalFooter) + config.Version, config.LastCommitLog, config.BuildDate,config.EOLDate, terminalHeader, terminalFooter) app.Init(nil) defer app.Shutdown()