Modules: Add patched goavro dependency for extensions (#21027)

This commit is contained in:
Emil Tullstedt
2019-12-11 14:44:29 +01:00
committed by GitHub
parent 32c9d558f9
commit fe8b533497
50 changed files with 8198 additions and 0 deletions
+7
View File
@@ -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{}) {}