Archived
1
This repository has been archived on 2022-11-04. You can view files and clone it, but cannot push or open issues or pull requests.
fwzookeeper/vendor/github.com/kirillDanshin/dlog/dlog_disabled.go

16 lines
289 B
Go
Raw Normal View History

2018-12-22 17:38:56 +04:00
// +build !debug
package dlog
// D dumps a value
func D(v ...interface{}) {}
// F is a build-time disabled printf
func F(f string, v ...interface{}) {}
// P is a build-time disabled print
func P(v ...interface{}) {}
// Ln is a build-time disabled println
func Ln(v ...interface{}) {}