Registry / utility / novalagung-gubrak-v2

novalagung-gubrak-v2

JSON →
library2.0.3gogounverified

A functional utility library for Go, providing helpers for slices, maps, and more.

go get github.com/novalagung/gubrak/v2
INSTALL
IMPORT
SIG · NOVALAGUNG-GUBRAK-
N
novalagung-gubrak-v2
utilitygov2.0.3
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.

gubrak
github.com/novalagung/gubrak/v2

Filters a slice to keep only even numbers using gubrak.Filter.

package main import ( "fmt" "github.com/novalagung/gubrak/v2" ) func main() { numbers := []int{1, 2, 3, 4, 5} evens := gubrak.Filter(numbers, func(n int) bool { return n%2 == 0 }) fmt.Println(evens) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
novalagung-gubrak-v2 — go get novalagung-gubrak-v2 · libregistry