1 2 3 4 5 6 7
package debug // Config enabled and disabled debug service. type Config struct { // Enable must be set to true to enable debugging. Enable bool }