Registry / utility / ahmetb-go-linq

ahmetb-go-linq

JSON →
library3.0.0+incompatiblegogounverified

Package linq provides methods for querying and manipulating slices, arrays, maps, strings, channels and collections.

go get github.com/ahmetb/go-linq
INSTALL
IMPORT
SIG · AHMETB-GO-LINQ
A
ahmetb-go-linq
utilitygov3.0.0+incompatible
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

linq
github.com/ahmetb/go-linq

Query a slice using LINQ-style methods.

import "github.com/ahmetb/go-linq" func main() { numbers := []int{1, 2, 3, 4, 5} result := linq.From(numbers).Where(func(i int) bool { return i > 2 }).ToSlice() println(result[0]) }
Debug
Known issues
breakingVersion 3.0.0+incompatible uses a different import path; older versions may have breaking changes.
fix
Use go-linq v3 with the correct import path and check API compatibility.
affects: >=3.0.0
Upgrade
Version history
3.0.0+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
30 hits · last 30 days
node
26
Amazon
1
OpenAI (training)
1
Resources
ahmetb-go-linq — go get ahmetb-go-linq · libregistry