LINQ¶
Articles¶
Libraries¶
- ahmetb/go-linq - .NET LINQ capabilities in Go
- samber/lo - A Lodash-style Go library based on Go 1.18+ Generics (map, filter, contains, find…)
- solsw/go2linq - Generic Go implementation of .NET’s LINQ to Objects.
- jucardi/go-streams - Stream Collections for Go. Inspired in Java 8 Streams and .NET Linq
- makiuchi-d/linq - LINQ for Go with type parameters
- szmcdull/glinq - .NET LINQ capabilities in Go
- antonmedv/expr - Expression language and expression evaluation for Go