From 6aceac83950d3f17a1137d984df4b1086bfbd016 Mon Sep 17 00:00:00 2001
From: zhangqian <zhangqian@123.com>
Date: 星期三, 15 十一月 2023 16:25:29 +0800
Subject: [PATCH] 重构产品

---
 main.go |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/main.go b/main.go
index a8d8ebe..50fa538 100644
--- a/main.go
+++ b/main.go
@@ -35,6 +35,7 @@
 	}
 
 	go test.InitProductServiceConn()
+	defer test.CloseProductServiceConn()
 	initialize.InitRpcClient()
 	defer initialize.CloseRpcClient()
 

--
Gitblit v1.8.0