Allow disabling lzo and lzma
By setting the buildtags "no_lzo" and/or "no_lzma", one can drop the library dependency on lzo and lzma. The same could be done for xz as well, but there are still lots of archives using xz compression out there.
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
//go:build !no_lzma
|
||||
package decompress
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user