]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/cgo_unix_test.go
misc/cgo/test: add cgo build constraints
[gostls13.git] / misc / cgo / test / cgo_unix_test.go
index e6d6ee54b4aba3db448ccc4b523ac8094a36b60e..5c1f9b7e4060f61d2a68024717daff61a6a9c739 100644 (file)
@@ -2,7 +2,7 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-//go:build !windows
+//go:build cgo && !windows
 
 package cgotest