From 858143f8e46e439bbbe099c85dc3e3d53911605a Mon Sep 17 00:00:00 2001 From: DimVlas Date: Sat, 13 Apr 2024 12:42:12 +0300 Subject: [PATCH] HW02 del .sync, version go 1.22 go.mod --- hw02_unpack_string/.sync | 0 hw02_unpack_string/go.mod | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 100644 hw02_unpack_string/.sync diff --git a/hw02_unpack_string/.sync b/hw02_unpack_string/.sync deleted file mode 100644 index e69de29..0000000 diff --git a/hw02_unpack_string/go.mod b/hw02_unpack_string/go.mod index 4111e10..6241841 100644 --- a/hw02_unpack_string/go.mod +++ b/hw02_unpack_string/go.mod @@ -1,6 +1,6 @@ module github.com/DimVlas/otus_hw/hw02_unpack_string -go 1.19 +go 1.22 require github.com/stretchr/testify v1.7.0