package debug // Config enabled and disabled debug service. type Config struct { // Enable must be set to true to enable debugging. Enable bool }