mirror of
https://github.com/yusing/godoxy.git
synced 2025-06-10 21:32:33 +02:00
7 lines
145 B
Go
7 lines
145 B
Go
//go:build !debug
|
|
|
|
package stream
|
|
|
|
import "github.com/rs/zerolog"
|
|
|
|
func logDebugf(stream zerolog.LogObjectMarshaler, format string, v ...any) {}
|