From 76b6ca6286352108cd9efdadd3d8a97ec0f75be1 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Thu, 14 May 2015 15:30:49 +1000 Subject: [PATCH] unix: include export_test.go only during unix build Fixes plan9 and windows build. Change-Id: I3d913441a4f3f3f3da82ab74ef165b91d05eb8d3 Reviewed-on: https://go-review.googlesource.com/10078 Reviewed-by: Brad Fitzpatrick --- unix/export_test.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/unix/export_test.go b/unix/export_test.go index 570aa7ac..b4fdd970 100644 --- a/unix/export_test.go +++ b/unix/export_test.go @@ -2,6 +2,8 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. +// +build darwin dragonfly freebsd linux netbsd openbsd solaris + package unix var Itoa = itoa