Registry / utility / evilsocket-islazy

evilsocket-islazy

JSON →
library1.11.0gogounverified

A Go library providing lazy evaluation and utility functions.

go get github.com/evilsocket/islazy
INSTALL
IMPORT
SIG · EVILSOCKET-ISLAZY
E
evilsocket-islazy
utilitygov1.11.0
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.

islazy
github.com/evilsocket/islazy

Use lazy evaluation

package main import ( "fmt" "github.com/evilsocket/islazy" ) func main() { result := islazy.Lazy(func() int { return 42 }) fmt.Println(result()) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
evilsocket-islazy — go get evilsocket-islazy · libregistry