mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
minor adjustments to package comments for better synopsis.
R=rsc CC=r http://go/go-review/1026038
This commit is contained in:
parent
c9b5ca457d
commit
b27f05f63b
4 changed files with 8 additions and 7 deletions
|
|
@ -2,7 +2,7 @@
|
|||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
||||
// A package of simple functions to manipulate arrays of bytes.
|
||||
// The bytes package implements functions for the manipulation of byte slices.
|
||||
// Analagous to the facilities of the strings package.
|
||||
package bytes
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue