2018-10-04 15:57:39 +00:00
|
|
|
// Copyright (c) 2014-2018 The Notify Authors. All rights reserved.
|
2016-06-15 13:54:07 +00:00
|
|
|
// Use of this source code is governed by the MIT license that can be
|
|
|
|
// found in the LICENSE file.
|
|
|
|
|
2023-06-07 20:46:50 +00:00
|
|
|
//go:build debug
|
2016-06-15 13:54:07 +00:00
|
|
|
// +build debug
|
|
|
|
|
|
|
|
package notify
|
|
|
|
|
2018-10-04 15:57:39 +00:00
|
|
|
var debugTag = true
|