From 98c6239926ae94901a59958641cb54366145dab2 Mon Sep 17 00:00:00 2001 From: DimVlas Date: Sat, 30 Mar 2024 20:27:40 +0300 Subject: [PATCH] HW1 is completed --- 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 e73cf6a..b45203d 100644 --- a/hw01_hello_otus/go.mod +++ b/hw01_hello_otus/go.mod @@ -1,5 +1,5 @@ module github.com/DimVlas/hw01_hello_otus -go 1.22 +go 1.19 require golang.org/x/example v0.0.0-20230731131755-00c7068f9d83