feat(add solutions reference for challenge 01-concurrent-aggregator)

This commit is contained in:
medunes
2026-01-22 01:14:03 +01:00
committed by Mohamed Younes
parent d44f1a86d9
commit ccd2ec1cce
14 changed files with 769 additions and 5 deletions

14
go.mod Normal file
View File

@@ -0,0 +1,14 @@
module github.com/medunes/go-kata
go 1.25.5
require (
github.com/stretchr/testify v1.11.1
golang.org/x/sync v0.19.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
)