mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
src/pkg: make package doc comments consistently start with "Package foo".
R=rsc CC=golang-dev https://golang.org/cl/4442064
This commit is contained in:
parent
0f7acf1114
commit
6a186d38d1
109 changed files with 181 additions and 183 deletions
|
|
@ -2,8 +2,8 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// The bytes package implements functions for the manipulation of byte slices.
|
||||
// Analogous to the facilities of the strings package.
|
||||
// Package bytes implements functions for the manipulation of byte slices.
|
||||
// It is analogous to the facilities of the strings package.
|
||||
package bytes
|
||||
|
||||
import (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue