diff --git a/src/pkg/os/file_posix.go b/src/pkg/os/file_posix.go index f1191d61feb..05db6bc300b 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 (