blob: 7426a29c1a6efca44692bdfb313b23560cae64f6 [file] [log] [blame]
Dan Willemsend2797482017-07-26 13:13:13 -07001// Copyright 2017 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Dan Willemsencc753b72021-08-31 13:25:42 -07005//go:build cgo
Dan Willemsend2797482017-07-26 13:13:13 -07006
7package testenv
8
9func init() {
10 haveCGO = true
11}