aboutsummaryrefslogtreecommitdiffstats
path: root/Godeps/_workspace/src/github.com/rjeczalik/notify/debug.go
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-03-19 02:37:29 +0800
committerFelix Lange <fjl@twurst.com>2016-04-12 21:58:07 +0800
commitef63e9af55fcfe3255dddec3197bd8a807152c66 (patch)
tree76e5cd9535373295a147fb71f6d7897e1c345ac8 /Godeps/_workspace/src/github.com/rjeczalik/notify/debug.go
parentee1682ffe6728618cc4458f3923a4c46fff64d98 (diff)
downloaddexon-ef63e9af55fcfe3255dddec3197bd8a807152c66.tar
dexon-ef63e9af55fcfe3255dddec3197bd8a807152c66.tar.gz
dexon-ef63e9af55fcfe3255dddec3197bd8a807152c66.tar.bz2
dexon-ef63e9af55fcfe3255dddec3197bd8a807152c66.tar.lz
dexon-ef63e9af55fcfe3255dddec3197bd8a807152c66.tar.xz
dexon-ef63e9af55fcfe3255dddec3197bd8a807152c66.tar.zst
dexon-ef63e9af55fcfe3255dddec3197bd8a807152c66.zip
Godeps: add github.com/rjeczalik/notify
Diffstat (limited to 'Godeps/_workspace/src/github.com/rjeczalik/notify/debug.go')
-rw-r--r--Godeps/_workspace/src/github.com/rjeczalik/notify/debug.go11
1 files changed, 11 insertions, 0 deletions
diff --git a/Godeps/_workspace/src/github.com/rjeczalik/notify/debug.go b/Godeps/_workspace/src/github.com/rjeczalik/notify/debug.go
new file mode 100644
index 000000000..bd9bc468d
--- /dev/null
+++ b/Godeps/_workspace/src/github.com/rjeczalik/notify/debug.go
@@ -0,0 +1,11 @@
+// Copyright (c) 2014-2015 The Notify Authors. All rights reserved.
+// Use of this source code is governed by the MIT license that can be
+// found in the LICENSE file.
+
+// +build !debug
+
+package notify
+
+func dbgprint(...interface{}) {}
+
+func dbgprintf(string, ...interface{}) {}