From 3251df8c09b6534497f4fa972ea695e9cdb8081a Mon Sep 17 00:00:00 2001 From: Naeel Date: Fri, 1 May 2026 13:24:37 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D1=91=D0=BD=20=D0=BE?= =?UTF-8?q?=D1=81=D1=82=D0=B0=D1=82=D0=BE=D0=BA=20write=5Fgo()=20=D1=84?= =?UTF-8?q?=D1=83=D0=BD=D0=BA=D1=86=D0=B8=D0=B8=20(go.mod=20=D1=87=D0=B0?= =?UTF-8?q?=D1=81=D1=82=D1=8C)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- test_simple_function.sh | 8 -------- 1 file changed, 8 deletions(-) diff --git a/test_simple_function.sh b/test_simple_function.sh index 8e51ec4..75746c7 100755 --- a/test_simple_function.sh +++ b/test_simple_function.sh @@ -158,14 +158,6 @@ sub main { EOF } -EOF - cat > "${dir}/go.mod" <<'EOF' -module fn - -go 1.21 -EOF -} - # ───────────────────────────────────────────────────────────────────────────── echo "" echo "================================================================"