Categorygithub.com/go-zoox/debug
modulepackage
1.0.5
Repository: https://github.com/go-zoox/debug.git
Documentation: pkg.go.dev

# README

Debug - Simple Debug Tools

PkgGoDev Build Status Go Report Card Coverage Status GitHub issues Release

Installation

To install the package, run:

go get github.com/go-zoox/debug

Getting Started

// see test cases

License

GoZoox is released under the MIT License.

# Functions

Debug prints debug message if it is in debug mode.
Info prints debug message if it is in debug mode.
IsDebugMode check is now in debug mode.
New returns a new Debugger.

# Variables

EnvKey is the key of environment vars for DEBUG.
Version is the version of this package.

# Interfaces

Debugger is a interface for debug.