mirror of
https://github.com/go-gitea/gitea
synced 2025-08-24 18:38:28 +00:00
go1.16 (#14783)
This commit is contained in:
8
vendor/github.com/pierrec/lz4/v4/README.md
generated
vendored
8
vendor/github.com/pierrec/lz4/v4/README.md
generated
vendored
@@ -1,7 +1,7 @@
|
||||
# lz4 : LZ4 compression in pure Go
|
||||
|
||||
[](https://godoc.org/github.com/pierrec/lz4)
|
||||
[](https://travis-ci.org/pierrec/lz4)
|
||||
[](https://pkg.go.dev/github.com/pierrec/lz4/v4)
|
||||
[](https://github.com/pierrec/lz4/actions)
|
||||
[](https://goreportcard.com/report/github.com/pierrec/lz4)
|
||||
[](https://github.com/pierrec/lz4/tags)
|
||||
|
||||
@@ -15,13 +15,13 @@ The implementation is based on the reference C [one](https://github.com/lz4/lz4)
|
||||
Assuming you have the go toolchain installed:
|
||||
|
||||
```
|
||||
go get github.com/pierrec/lz4
|
||||
go get github.com/pierrec/lz4/v4
|
||||
```
|
||||
|
||||
There is a command line interface tool to compress and decompress LZ4 files.
|
||||
|
||||
```
|
||||
go install github.com/pierrec/lz4/cmd/lz4c
|
||||
go install github.com/pierrec/lz4/v4/cmd/lz4c
|
||||
```
|
||||
|
||||
Usage
|
||||
|
Reference in New Issue
Block a user