mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-02-06 18:53:52 -05:00
8 lines
94 B
Go
8 lines
94 B
Go
![]() |
// +build !lz4debug
|
||
|
|
||
|
package lz4
|
||
|
|
||
|
const debugFlag = false
|
||
|
|
||
|
func debug(args ...interface{}) {}
|