mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-16 00:41:24 +01:00
9 lines
96 B
Go
9 lines
96 B
Go
// +build !musl
|
|
|
|
package gozstd
|
|
|
|
/*
|
|
#cgo LDFLAGS: ${SRCDIR}/libzstd_linux_amd64.a
|
|
*/
|
|
import "C"
|