File: libzstd.go

package info (click to toggle)
golang-github-valyala-gozstd 1.9.0%2Bds-7
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 300 kB
  • sloc: makefile: 45
file content (6 lines) | stat: -rw-r--r-- 54 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
package gozstd

/*
#cgo LDFLAGS: -lzstd
*/
import "C"