mirror of
https://github.com/VictoriaMetrics/VictoriaMetrics.git
synced 2024-12-12 12:46:23 +01:00
7 lines
80 B
Go
7 lines
80 B
Go
|
package gozstd
|
||
|
|
||
|
/*
|
||
|
#cgo LDFLAGS: ${SRCDIR}/libzstd_darwin_amd64.a
|
||
|
*/
|
||
|
import "C"
|