From 8eb22998518e21dc373d37fcaa62ecf2b1391537 Mon Sep 17 00:00:00 2001 From: coc0a25 Date: Sat, 4 Feb 2023 18:33:45 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20go=20work=20=EC=A0=81=EC=9A=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - testcase-server를 별도 모듈로 관리하기 위함 --- go.work | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 go.work diff --git a/go.work b/go.work new file mode 100644 index 0000000..d87efed --- /dev/null +++ b/go.work @@ -0,0 +1,6 @@ +go 1.20 + +use ( + . + ./tests/testcase-server +)