1
0
mirror of https://github.com/golang/go synced 2024-11-12 03:00:22 -07:00

go/types: exclude some example tests for arm64, nacl (fix build)

TBR: bradfitz, adonovan

Change-Id: Ifc8574494848503c979d11e2766ba8da0f374068
Reviewed-on: https://go-review.googlesource.com/11043
Reviewed-by: Robert Griesemer <gri@golang.org>
This commit is contained in:
Robert Griesemer 2015-06-12 21:11:34 -07:00
parent 22829bd766
commit a84ac5b507

View File

@ -2,6 +2,11 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// Only run where builders (build.golang.org) have
// access to compiled packages for import.
//
// +build !arm64,!nacl
package types_test
// This file shows examples of basic usage of the go/types API.