mirror of
https://github.com/golang/go
synced 2024-11-06 01:36:10 -07:00
efa866333f
I really should have read the trybot results... :( Change-Id: If2f5d1b8078827efb0cd8ea9165941864bb94d3a Reviewed-on: https://go-review.googlesource.com/c/tools/+/208669 Run-TryBot: Heschi Kreinick <heschi@google.com> TryBot-Result: Gobot Gobot <gobot@golang.org> Reviewed-by: Rebecca Stambler <rstambler@golang.org>
8 lines
62 B
Go
8 lines
62 B
Go
// +build cgo
|
|
|
|
package tests
|
|
|
|
func init() {
|
|
haveCgo = true
|
|
}
|