Исходники и презентации

This commit is contained in:
2025-05-23 07:26:39 +03:00
parent aa948179d5
commit 02d8430a3a
514 changed files with 13773 additions and 0 deletions

14
go.mod Normal file
View File

@ -0,0 +1,14 @@
module golang_course
go 1.22
require (
github.com/stretchr/testify v1.9.0
golang.org/x/text v0.18.0
)
require (
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/pmezard/go-difflib v1.0.0 // indirect
gopkg.in/yaml.v3 v3.0.1 // indirect
)