Modules: Add patched goavro dependency for extensions (#21027)
This commit is contained in:
+7
@@ -0,0 +1,7 @@
|
||||
// +build !goavro_debug
|
||||
|
||||
package goavro
|
||||
|
||||
// debug is a no-op for release builds, and the function call is optimized out
|
||||
// by the compiler.
|
||||
func debug(_ string, _ ...interface{}) {}
|
||||
Reference in New Issue
Block a user