Registry / utility / gruntwork-io-go-commons

gruntwork-io-go-commons

JSON →
library0.17.2gogounverified

Common Go utility libraries used by Gruntwork projects.

go get github.com/gruntwork-io/go-commons
INSTALL
IMPORT
SIG · GRUNTWORK-IO-GO-CO
G
gruntwork-io-go-commons
utilitygov0.17.2
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.

commons
github.com/gruntwork-io/go-commons

Use error handling utilities from go-commons.

package main import ( "fmt" "github.com/gruntwork-io/go-commons/errors" ) func main() { err := errors.WithStackTrace(fmt.Errorf("test error")) fmt.Println(err) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
gruntwork-io-go-commons — go get gruntwork-io-go-commons · libregistry