dispatch/vendor/github.com/dsnet/compress/internal/gofuzz.go

13 lines
234 B
Go
Raw Normal View History

2018-08-31 01:57:19 +00:00
// Copyright 2016, 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 gofuzz
package internal
const (
Debug = true
GoFuzz = true
)