Registry / utility / ffmt-v1

ffmt-v1

JSON →
library1.5.6gogounverified

A Go package for formatted output and debugging, providing pretty-printing of data structures.

go get gopkg.in/ffmt.v1
INSTALL
IMPORT
SIG · FFMT-V1
F
ffmt-v1
utilitygov1.5.6
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.

ffmt
gopkg.in/ffmt.v1

Prints a map in a formatted way.

package main import ( "gopkg.in/ffmt.v1" ) func main() { data := map[string]int{"a": 1} ffmt.Puts(data) }
Debug
Known issues

No known issues recorded.

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

No dependency data recorded yet.

Agent activity
2 hits · last 30 days
node
2
Resources
ffmt-v1 — go get ffmt-v1 · libregistry