You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotfix/update go version (#76)
* #73: Update go to 1.26 version and its deps
* #73: Update go to 1.26 version and its deps
* #73: Update go to 1.26 version and its deps
---------
Co-authored-by: Arthur Kushmantsev <kushmancev.artur@rwb.ru>
Generic arrays (#60)
* #58: Change InArray, ArraySum, EqualSlices to generics
* #58: Change go version to 1.18
* #58: Change range to take int as an optional param instead of interface{}
* #58: Change setup-go to v2
* #58: Change setup-go to v3
* #58: Change checkout version to v3
* #58: Change ArrayChunk to generics
* #58: Change ArrayCountValues to generics, Remove ret error from EqualSlices
* #58: Change github actions settings with go@v1.18
* #58: Fix ints and floats by constraints
* #58: Change ArrayCombine to generics