From 70c9f2e974c5298a7e02b85e8519b6eddd135cd9 Mon Sep 17 00:00:00 2001 From: DimVlas Date: Sat, 13 Apr 2024 12:29:11 +0300 Subject: [PATCH] HW02 go.mod --- hw02_unpack_string/go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw02_unpack_string/go.mod b/hw02_unpack_string/go.mod index f44c408..4111e10 100644 --- a/hw02_unpack_string/go.mod +++ b/hw02_unpack_string/go.mod @@ -1,4 +1,4 @@ -module github.com/fixme_my_friend/hw02_unpack_string +module github.com/DimVlas/otus_hw/hw02_unpack_string go 1.19