go-spew is a deep inspection library and debugging utility for Go. It functions as a data structure pretty printer that renders complex, nested types into human-readable strings with indentation and type information. The library provides specialized capabilities for visualizing internal program states, including the ability to dump data structures with pointer addresses and map keys. It includes a configuration system to adjust printing behavior, such as limiting recursion depth and setting indentation. The tool uses reflection-based type inspection and recursive tree traversal to handle nes
Colored pretty printer for Go language
Les fonctionnalités principales de k0kubun/pp sont : Logging, Debugging And Profiling, Logging Libraries.
Les alternatives open-source à k0kubun/pp incluent : davecgh/go-spew — go-spew is a deep inspection library and debugging utility for Go. It functions as a data structure pretty printer… apsdehal/go-logger — Simple logger for Go programs. Allows custom formats for messages. amoghe/distillog — Logging, distilled. alexcesaro/log — Logging packages for Go. aerogo/log — :memo: Logging with multiple output targets. apex/log.