Registry / utility / yudai-pp

yudai-pp

JSON →
library2.0.1+incompatiblegogounverified

Package pp provides a pretty printer for Go values with colored output.

go get github.com/yudai/pp
INSTALL
IMPORT
SIG · YUDAI-PP
Y
yudai-pp
utilitygov2.0.1+incompatible
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.

pp
github.com/yudai/pp

Pretty-print a map using pp

package main import ( "github.com/yudai/pp" ) func main() { data := map[string]interface{}{"name": "example", "count": 42} pp.Println(data) }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
2.0.1+incompatiblelatest on pkg.go.dev
Audit
Dependencies

No dependency data recorded yet.

Agent activity
15 hits · last 30 days
node
14
Resources
yudai-pp — go get yudai-pp · libregistry