forked from mirror/glob
10 lines
183 B
Go
10 lines
183 B
Go
|
// +build !globdebug
|
||
|
|
||
|
package debug
|
||
|
|
||
|
const Enabled = false
|
||
|
|
||
|
func Logf(_ string, _ ...interface{}) {}
|
||
|
func Enter() {}
|
||
|
func Leave() {}
|