summaryrefslogtreecommitdiffstats
path: root/vendor/github.com/dsnet/compress/internal/debug.go
blob: 01df1f8953f3d4e2b379ca34fa62a39a6c0ecbce (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// Copyright 2015, Joe Tsai. All rights reserved.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE.md file.

// +build debug,!gofuzz

package internal

const (
	Debug  = true
	GoFuzz = false
)