unix: add explicit build tags

Change-Id: I62774b8ee0c1a7cc1a3b7009ca860e3fd64a6564
Signed-off-by: Shenghou Ma <minux@golang.org>
Reviewed-on: https://go-review.googlesource.com/10182
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Shenghou Ma
2015-05-18 19:15:57 +00:00
committed by Minux Ma
parent ca94ffdedb
commit 379497e3ff
91 changed files with 174 additions and 13 deletions
+2
View File
@@ -5,6 +5,8 @@
// TODO(rsc): Rewrite all nn(SP) references into name+(nn-8)(FP)
// so that go vet can check that they are correct.
// +build 386,linux
package unix
import (