]> Cypherpunks.ru repositories - gostls13.git/blobdiff - misc/cgo/test/cgo_test.go
misc/cgo/test: add cgo build constraints
[gostls13.git] / misc / cgo / test / cgo_test.go
index 5b298954f59e592699bd0ba7c3bce0af8da8d6f9..5a07c4c0fa3d969bdf59b062e6cf338f94ee4708 100644 (file)
@@ -2,6 +2,8 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
+//go:build cgo
+
 package cgotest
 
 import "testing"