From 7e5e3e4d3842361c0fece9b92cdf81fe36207534 Mon Sep 17 00:00:00 2001 From: CI Date: Sat, 29 Nov 2025 02:47:26 +0000 Subject: [PATCH] chore: update go.work format by removing parentheses around backend usage --- go.work | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/go.work b/go.work index 8cf3c4b5..c0216d1f 100644 --- a/go.work +++ b/go.work @@ -1,3 +1,3 @@ -use ( - ./backend -) +go 1.25.4 + +use ./backend