mirror of
https://github.com/golang/go
synced 2024-11-05 22:46:12 -07:00
3da34b1b52
Fixes golang/go#21055. Change-Id: I126cef4496c15424048e39b2af111c95580b90fb Reviewed-on: https://go-review.googlesource.com/49390 Reviewed-by: Ian Lance Taylor <iant@golang.org> Reviewed-by: Chris Broadfoot <cbro@golang.org> Run-TryBot: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gobot Gobot <gobot@golang.org>
12 lines
226 B
Go
12 lines
226 B
Go
// 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.
|
|
|
|
// +build cgo
|
|
|
|
package main_test
|
|
|
|
func init() {
|
|
haveCGO = true
|
|
}
|