awesome-repositories.com
Blog
MCP
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
k0kubun avatar

k0kubun/pp

0
View on GitHub↗
2,047 stars·109 forks·Go·MIT·7 vuespkg.go.dev/github.com/k0kubun/pp/v3↗

Pp

Colored pretty printer for Go language

Features

  • Logging - Listed in the “Logging” section of the Awesome Go awesome list.
  • Debugging And Profiling - Colorized variable printing.
  • Logging Libraries - Colored pretty-printer for debugging Go data structures.

Historique des stars

Graphique de l'historique des stars pour k0kubun/ppGraphique de l'historique des stars pour k0kubun/pp

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Pp

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Pp.
  • davecgh/go-spewAvatar de davecgh

    davecgh/go-spew

    6,393Voir sur GitHub↗

    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

    Go
    Voir sur GitHub↗6,393
  • aerogo/logAvatar de aerogo

    aerogo/log

    10Voir sur GitHub↗

    :memo: Logging with multiple output targets.

    Gogologlogging
    Voir sur GitHub↗10
  • alexcesaro/logAvatar de alexcesaro

    alexcesaro/log

    48Voir sur GitHub↗

    Logging packages for Go

    Go
    Voir sur GitHub↗48
  • amoghe/distillogAvatar de amoghe

    amoghe/distillog

    31Voir sur GitHub↗

    Logging, distilled

    Gogolangloggerlogger-interface
    Voir sur GitHub↗31
Voir les 30 alternatives à Pp→

Questions fréquentes

Que fait k0kubun/pp ?

Colored pretty printer for Go language

Quelles sont les fonctionnalités principales de k0kubun/pp ?

Les fonctionnalités principales de k0kubun/pp sont : Logging, Debugging And Profiling, Logging Libraries.

Quelles sont les alternatives open-source à k0kubun/pp ?

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.