From: Robert Hencke Date: Fri, 24 Jun 2011 18:23:49 +0000 (-0700) Subject: os: remove duplicate package description X-Git-Tag: weekly.2011-07-07~133 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=7a471eadcc4b00c2a998639a0797b4742bfc8aea;p=gostls13.git 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 --- diff --git a/src/pkg/os/file_posix.go b/src/pkg/os/file_posix.go index f1191d61fe..05db6bc300 100644 --- a/src/pkg/os/file_posix.go +++ b/src/pkg/os/file_posix.go @@ -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 (