Categorygithub.com/atreugo/debug
modulepackage
0.0.0-20230506153355-cb1d52218ba3
Repository: https://github.com/atreugo/debug.git
Documentation: pkg.go.dev

# README

debug

Test status Go Report Card GoDev

Debug plugin.

  • Expvar HTTP endpoint.
  • Pprof HTTP endpoint.

Install

go get github.com/atreugo/debug

Contributing

Feel free to contribute... :wink:

# Functions

Register registers the debug plugin to the server with the given configuration.

# Structs

Config is the configuration for the Debug plugin.
ExpvarConfig is the expvar configuration.
PprofConfig is the pprof configuration.