فهرست منبع

go.net/ipv6: simplfy build tags

LGTM=iant
R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/91020043
Mikio Hara 11 سال پیش
والد
کامیت
d6e95293d7
2فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 1 1
      ipv6/syscall_nosplit4_linux_386.go
  2. 1 1
      ipv6/syscall_nosplit7_linux_386.go

+ 1 - 1
ipv6/syscall_nosplit4_linux_386.go

@@ -2,7 +2,7 @@
 // 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 go1.2 go1.3
+// +build go1.2
 
 
 package ipv6
 package ipv6
 
 

+ 1 - 1
ipv6/syscall_nosplit7_linux_386.go

@@ -2,7 +2,7 @@
 // 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 go1.1,!go1.2,!go1.3
+// +build go1.1,!go1.2
 
 
 package ipv6
 package ipv6