Aliaksandr Valialkin
|
a45cbc101f
|
all: cleanup: remove // +build ... lines, since they are no longer needed after Go1.17, and the minimum supported Go version for VictoriaMetrics source code is Go1.20
|
2023-11-13 19:15:42 +01:00 |
|
Aliaksandr Valialkin
|
5d255846ac
|
all: add go:build lines for Go1.17
See https://tip.golang.org/doc/go1.17#gofmt for more details
|
2021-07-26 15:50:46 +03:00 |
|
Aliaksandr Valialkin
|
44f886cc9c
|
lib/encoding/zstd: typo fix
|
2019-12-23 18:37:20 +02:00 |
|
Aliaksandr Valialkin
|
108a60d69e
|
lib/encoding/zstd: call zstd.Decoder.Close instead of zstd.Decoder.Reset in order to free up occupied goroutines
This should fix goroutine leak for https://github.com/klauspost/compress/issues/195
|
2019-12-23 18:32:28 +02:00 |
|
Aliaksandr Valialkin
|
54f035d4ce
|
all: small updates after PR #114
|
2019-07-24 17:43:43 +03:00 |
|