aboutsummaryrefslogtreecommitdiffstats
path: root/vendor/github.com/rjeczalik/notify/debug_debug.go
diff options
context:
space:
mode:
authorJeremy Schlatter <jeremy.schlatter@gmail.com>2018-08-21 21:13:03 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-08-21 21:13:03 +0800
commit86acdf1a5bb31196adbc92e4923e0398868ce876 (patch)
treef95d3fb46da61d3f9574aba56c6e90b57fa5c013 /vendor/github.com/rjeczalik/notify/debug_debug.go
parent355fc47d396298bccf93c37bdbba9b9e88864790 (diff)
downloaddexon-86acdf1a5bb31196adbc92e4923e0398868ce876.tar.gz
dexon-86acdf1a5bb31196adbc92e4923e0398868ce876.tar.zst
dexon-86acdf1a5bb31196adbc92e4923e0398868ce876.zip
vendor: update rjeczalik/notify so that it compiles on go1.11 (#17467)
Diffstat (limited to 'vendor/github.com/rjeczalik/notify/debug_debug.go')
-rw-r--r--vendor/github.com/rjeczalik/notify/debug_debug.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/vendor/github.com/rjeczalik/notify/debug_debug.go b/vendor/github.com/rjeczalik/notify/debug_debug.go
index 6fca891ab..9d234cedd 100644
--- a/vendor/github.com/rjeczalik/notify/debug_debug.go
+++ b/vendor/github.com/rjeczalik/notify/debug_debug.go
@@ -1,4 +1,4 @@
-// Copyright (c) 2014-2015 The Notify Authors. All rights reserved.
+// Copyright (c) 2014-2018 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.
@@ -6,4 +6,4 @@
package notify
-var debugTag bool = true
+var debugTag = true