Add debug() function to khepri cmd and lib

This commit is contained in:
Alexander Neumann
2014-11-16 15:30:08 +01:00
parent 4b0fae6099
commit bd105b69a8
3 changed files with 44 additions and 1 deletions
+5
View File
@@ -0,0 +1,5 @@
// +build !debug
package khepri
func debug(fmt string, args ...interface{}) {}