Registry / utility / apparentlymart-go-dump

apparentlymart-go-dump

JSON →
library0.0.0-20190214190832-042adf3cf4a0gogounverified

Provides a simple way to dump Go data structures for debugging purposes.

go get github.com/apparentlymart/go-dump
INSTALL
IMPORT
SIG · APPARENTLYMART-GO-
A
apparentlymart-go-dump
utilitygov0.0.0-20190214190832-042adf3cf4a0
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.

dump
github.com/apparentlymart/go-dump

Dumps a map to stdout for debugging.

package main import ( "github.com/apparentlymart/go-dump" ) func main() { data := map[string]int{"a": 1, "b": 2} dump.Dump(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.0.0-20190214190832-042adf3cf4a0latest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
13 hits · last 30 days
node
12
OpenAI (training)
1
Resources
apparentlymart-go-dump — go get apparentlymart-go-dump · libregistry