mirror of
https://github.com/golang/go.git
synced 2025-11-06 19:51:00 +00:00
all: use new "unix" build tag where appropriate
For #20322 For #51572 Change-Id: Id0b4799d097d01128e98ba4cc0092298357bca45 Reviewed-on: https://go-review.googlesource.com/c/go/+/389935 Trust: Ian Lance Taylor <iant@golang.org> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
This commit is contained in:
parent
ae9ce822ff
commit
a2baae6851
102 changed files with 102 additions and 102 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
//go:build aix || linux || darwin || dragonfly || freebsd || openbsd || netbsd || solaris
|
||||
//go:build unix
|
||||
|
||||
package tar
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue