From 54b02ecdb69175729df43bac96060074222de18c Mon Sep 17 00:00:00 2001 From: zgh Date: Fri, 19 Jul 2019 15:19:54 +0800 Subject: [PATCH] fix uuid path --- sysservice/httpserverervice.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysservice/httpserverervice.go b/sysservice/httpserverervice.go index 129d3a3..bea52c5 100644 --- a/sysservice/httpserverervice.go +++ b/sysservice/httpserverervice.go @@ -12,7 +12,7 @@ import ( "time" "github.com/duanhf2012/origin/sysmodule" - "github.com/origin/util/uuid" + "github.com/duanhf2012/origin/util/uuid" "github.com/duanhf2012/origin/rpc" "github.com/gorilla/mux"