Registry / utility / efficientgo-core

efficientgo-core

JSON →
library1.0.0-rc.3gogounverified

Core utilities and abstractions for building Go applications with efficient observability and error handling.

go get github.com/efficientgo/core
INSTALL
IMPORT
SIG · EFFICIENTGO-CORE
E
efficientgo-core
utilitygov1.0.0-rc.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.

core
github.com/efficientgo/core

Demonstrates creating a new error using the errors package from efficientgo/core.

package main import ( "fmt" "github.com/efficientgo/core/errors" ) func main() { err := errors.New("example error") fmt.Println(err) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0.0-rc.3latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
5 hits · last 30 days
node
4
Amazon
1
Resources
efficientgo-core — go get efficientgo-core · libregistry