From 326541af25bb01707e6c2a79d5ddd7406731cbbc Mon Sep 17 00:00:00 2001 From: 13715390423 <13715390423@163.com> Date: Tue, 30 Apr 2019 10:19:02 +0800 Subject: [PATCH] debug --- osmanthuswine.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/osmanthuswine.go b/osmanthuswine.go index 6750c33..be84b4c 100644 --- a/osmanthuswine.go +++ b/osmanthuswine.go @@ -6,6 +6,7 @@ import ( "github.com/go-chi/chi" "github.com/go-chi/chi/middleware" "github.com/ouxuanserver/osmanthuswine/src/core" + "github.com/ouxuanserver/osmanthuswine/src/helper" "github.com/ouxuanserver/osmanthuswine/src/session" "github.com/wailovet/overseer" "github.com/wailovet/overseer/fetcher" @@ -14,7 +15,6 @@ import ( "net/http" "os" "os/exec" - "osmanthuswine/src/helper" "path/filepath" "runtime" "runtime/debug"