mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
fix various comments
(os package comments were duplicates) R=rsc CC=golang-dev https://golang.org/cl/2205042
This commit is contained in:
parent
d348971103
commit
7534d40f64
3 changed files with 1 additions and 5 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue