From 3d678dc24361d0451f8f62e9dc732ebca123ac51 Mon Sep 17 00:00:00 2001 From: eson <9673575+githubcontent@user.noreply.gitee.com> Date: Fri, 21 Jul 2023 10:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E6=B5=8B=E8=AF=95main?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/assistant/assistant_test.go | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 server/assistant/assistant_test.go diff --git a/server/assistant/assistant_test.go b/server/assistant/assistant_test.go new file mode 100644 index 00000000..ef649768 --- /dev/null +++ b/server/assistant/assistant_test.go @@ -0,0 +1,7 @@ +package main + +import "testing" + +func TestMain(t *testing.T) { + main() +}