mirror of
https://github.com/rwinkhart/sys.git
synced 2026-08-30 13:56:45 -04:00
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 <bradfitz@golang.org>
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
// Use of this source code is governed by a BSD-style
|
// Use of this source code is governed by a BSD-style
|
||||||
// license that can be found in the LICENSE file.
|
// license that can be found in the LICENSE file.
|
||||||
|
|
||||||
|
// +build darwin dragonfly freebsd linux netbsd openbsd solaris
|
||||||
|
|
||||||
package unix
|
package unix
|
||||||
|
|
||||||
var Itoa = itoa
|
var Itoa = itoa
|
||||||
|
|||||||
Reference in New Issue
Block a user