henry
henry copied to clipboard
Henry is a go library with generic helper functions in dealing with slices, maps and channels
Results
1
henry issues
Sort by
recently updated
recently updated
newest added
The `rand` changes in https://github.com/modfin/henry/commit/96a84d86c74e246a496e8e34895318bb162accd1 is not concurrency safe, so if `slicez.Shuffle` or `slicez.Sample` is used concurrently, a data race may occur. When operating directly on the `rand` package, a...