diff options
author | Jeremy Schlatter <jeremy.schlatter@gmail.com> | 2018-08-21 21:13:03 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2018-08-21 21:13:03 +0800 |
commit | 86acdf1a5bb31196adbc92e4923e0398868ce876 (patch) | |
tree | f95d3fb46da61d3f9574aba56c6e90b57fa5c013 /vendor/github.com/rjeczalik/notify/debug_debug.go | |
parent | 355fc47d396298bccf93c37bdbba9b9e88864790 (diff) | |
download | go-tangerine-86acdf1a5bb31196adbc92e4923e0398868ce876.tar go-tangerine-86acdf1a5bb31196adbc92e4923e0398868ce876.tar.gz go-tangerine-86acdf1a5bb31196adbc92e4923e0398868ce876.tar.bz2 go-tangerine-86acdf1a5bb31196adbc92e4923e0398868ce876.tar.lz go-tangerine-86acdf1a5bb31196adbc92e4923e0398868ce876.tar.xz go-tangerine-86acdf1a5bb31196adbc92e4923e0398868ce876.tar.zst go-tangerine-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.go | 4 |
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 |