fmt: indexed access to arguments in Printf etc. (CL 9680043).
go/build: support including C++ code with cgo (CL 8248043).
io: Copy prioritizes WriterTo over ReaderFrom (CL 9462044).
+net: new build tag netgo for building a pure Go net package (CL 7100050).
testing: AllocsPerRun is now quantized to an integer (the type is still float64) (CL 9837049).
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build !netgo
// +build darwin freebsd
package net
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build cgo,!netgo
+
package net
/*
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build cgo,!netgo
+
package net
/*
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build cgo,!netgo
+
package net
/*
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
-// +build !cgo
+// +build !cgo netgo
// Stub cgo routines for systems that do not use cgo to do network lookups.
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
+// +build !netgo
// +build darwin freebsd linux netbsd openbsd
package net