Categorygithub.com/zcong1993/debugo
repositorypackage
0.0.0-20181229152136-65d40f0d4c52
Repository: https://github.com/zcong1993/debugo.git
Documentation: pkg.go.dev

# README

debugo Go Report Card CircleCI branch codecov

debug for golang

Install

$ go get -v github.com/zcong1993/debugo

Usage

see example

package main

import (
	"github.com/zcong1993/debugo"
)

var debugMain = debugo.NewDebug("main")

// DEBUG=main go run main.go
func main() {
	debugMain.Debugf("debug main")
}

License

MIT © zcong1993