This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/vendor/github.com/pierrec/lz4/v3/debug_stub.go

8 lines
94 B
Go

// +build !lz4debug
package lz4
const debugFlag = false
func debug(args ...interface{}) {}