os: remove duplicate package description

file.go contains a more complete package description.

R=golang-dev, gri
CC=golang-dev
https://golang.org/cl/4645058
This commit is contained in:
Robert Hencke 2011-06-24 11:23:49 -07:00 committed by Robert Griesemer
parent fc57c4b7a9
commit 7a471eadcc

View 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 (