encoding/binary: update package doc string to be more comprehensive

R=r
CC=golang-dev
https://golang.org/cl/4128060
This commit is contained in:
Andrew Gerrand 2011-02-11 06:56:31 +11:00
parent b935728a17
commit 4774a19530

View File

@ -2,8 +2,9 @@
// Use of this source code is governed by a BSD-style
// license that can be found in the LICENSE file.
// This package implements translation between
// unsigned integer values and byte sequences.
// Package binary implements translation between
// unsigned integer values and byte sequences
// and the reading and writing of fixed-size values.
package binary
import (