|
@@ -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
|
|
|
|
|
+
|
|
|
// Package unix contains an interface to the low-level operating system
|
|
// Package unix contains an interface to the low-level operating system
|
|
|
// primitives. OS details vary depending on the underlying system, and
|
|
// primitives. OS details vary depending on the underlying system, and
|
|
|
// by default, godoc will display OS-specific documentation for the current
|
|
// by default, godoc will display OS-specific documentation for the current
|