Skip to content
Snippets Groups Projects
Commit 34e0725d authored by Rob Pike's avatar Rob Pike
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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 (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment