.NET's Language Integrated Query (LINQ) library for Go Query and manipulate Go slices and collections using SQL-like methods. Written in pure Go with no dependencies, tested with 100% code coverage. Bring your type There are no generics in Go, but go-linq's magical hacks let you use your types with no trouble. Method syntax From(slice) .Where(wat) .Select(dat) .Results() Easy as that. Just keep wr