Commit 34e0725d authored by Rob Pike's avatar Rob Pike

os: be explicit in the package comment that this package is for portable features only.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4602058
parent 2769356d
......@@ -4,6 +4,8 @@
// Package os provides a platform-independent interface to operating system
// functionality. The design is Unix-like.
// The os interface is intended to be uniform across all operating systems.
// Features not generally available appear in the system-specific package syscall.
package os
import (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment