Registry / utility / gonvenience-wrap

gonvenience-wrap

JSON →
library1.2.3gogounverified

Package wrap provides utilities to wrap values with additional context for error handling or logging.

go get github.com/gonvenience/wrap
INSTALL
IMPORT
SIG · GONVENIENCE-WRAP
G
gonvenience-wrap
utilitygov1.2.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.

wrap
github.com/gonvenience/wrap

Wraps a value with context.

package main import ( "fmt" "github.com/gonvenience/wrap" ) func main() { wrapped := wrap.Wrap("hello", "context") fmt.Println(wrapped) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
gonvenience-wrap — go get gonvenience-wrap · libregistry