]> Cypherpunks repositories - gostls13.git/commitdiff
os: be explicit in the package comment that this package is for portable features...
authorRob Pike <r@golang.org>
Tue, 14 Jun 2011 01:49:33 +0000 (11:49 +1000)
committerRob Pike <r@golang.org>
Tue, 14 Jun 2011 01:49:33 +0000 (11:49 +1000)
R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/4602058

src/pkg/os/file.go

index dff8fa862cee8de54f93de8553513ada7ec6a16b..0e97e0bd9379418d4a0710feacc3539ad97c727f 100644 (file)
@@ -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 (