]> Cypherpunks repositories - gostls13.git/commitdiff
os: remove duplicate package description
authorRobert Hencke <robert.hencke@gmail.com>
Fri, 24 Jun 2011 18:23:49 +0000 (11:23 -0700)
committerRobert Griesemer <gri@golang.org>
Fri, 24 Jun 2011 18:23:49 +0000 (11:23 -0700)
file.go contains a more complete package description.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4645058

src/pkg/os/file_posix.go

index f1191d61feb7a427064e51bae059c5d78bacc255..05db6bc300bf059a9a267d8642c4e2492e64d665 100644 (file)
@@ -2,8 +2,6 @@
 // Use of this source code is governed by a BSD-style
 // license that can be found in the LICENSE file.
 
-// The os package provides a platform-independent interface to operating
-// system functionality.  The design is Unix-like.
 package os
 
 import (