From eb7c7745f6da7065399b9a59f5a48f3f74ccb0a0 Mon Sep 17 00:00:00 2001 From: DimVlas Date: Sat, 13 Apr 2024 12:58:10 +0300 Subject: [PATCH] HW02 go 1.19 --- 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 6241841..4111e10 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.22 +go 1.19 require github.com/stretchr/testify v1.7.0