We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed17567 commit a940450Copy full SHA for a940450
internal/compression/zstd_nocgo.go
@@ -2,7 +2,7 @@
2
// of this source code is governed by a BSD-style license that can be found in
3
// the LICENSE file.
4
5
-//go:build !cgo
+//go:build !cgo || gozstd
6
7
package compression
8
0 commit comments