splunk / pipelines

Concurrent processing pipelines in Go.
MIT License
21 stars 8 forks source link

Reduce type bound is not `any` #27

Closed kalexmills closed 2 years ago

kalexmills commented 2 years ago

The type bound on Reduce[S, T string] should be any, not string.