From 52978bc79779b28597272636269c02bb4e12fff0 Mon Sep 17 00:00:00 2001 From: hegotit <153287866+hegotit@users.noreply.github.com> Date: Mon, 21 Jul 2025 18:21:18 +0800 Subject: [PATCH] chore: add Go workspace configuration (#1233) --- go.work | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 go.work diff --git a/go.work b/go.work new file mode 100644 index 0000000..42b6a59 --- /dev/null +++ b/go.work @@ -0,0 +1,3 @@ +go 1.22 + +use ./others/script