GoDoxy/internal/route/stream/debug_prod.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) {}