mirror of
https://github.com/yusing/godoxy.git
synced 2026-01-14 23:53:40 +01:00
8 lines
145 B
Go
8 lines
145 B
Go
//go:build !debug
|
|
|
|
package stream
|
|
|
|
import "github.com/rs/zerolog"
|
|
|
|
func logDebugf(stream zerolog.LogObjectMarshaler, format string, v ...any) {}
|