aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/internal/go_templates/testenv/testenv_cgo.go
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/internal/go_templates/testenv/testenv_cgo.go')
-rw-r--r--tpl/internal/go_templates/testenv/testenv_cgo.go11
1 files changed, 0 insertions, 11 deletions
diff --git a/tpl/internal/go_templates/testenv/testenv_cgo.go b/tpl/internal/go_templates/testenv/testenv_cgo.go
deleted file mode 100644
index 7426a29c1..000000000
--- a/tpl/internal/go_templates/testenv/testenv_cgo.go
+++ /dev/null
@@ -1,11 +0,0 @@
-// Copyright 2017 The Go Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style
-// license that can be found in the LICENSE file.
-
-//go:build cgo
-
-package testenv
-
-func init() {
- haveCGO = true
-}