From 7862bb280a869031521e60e1e55c1b2ac4c08fc6 Mon Sep 17 00:00:00 2001 From: DimVlas <67095598+DimVlas@users.noreply.github.com> Date: Sun, 31 Mar 2024 20:01:49 +0300 Subject: [PATCH] Update hw01_hello_otus/go.mod Co-authored-by: Artyom Kartasov --- hw01_hello_otus/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw01_hello_otus/go.mod b/hw01_hello_otus/go.mod index b45203d..de45ce0 100644 --- a/hw01_hello_otus/go.mod +++ b/hw01_hello_otus/go.mod @@ -1,4 +1,4 @@ -module github.com/DimVlas/hw01_hello_otus +module github.com/DimVlas/otus_hw/hw01_hello_otus go 1.19