diff options
| author | Andrew Gerrand <adg@golang.org> | 2011-02-11 06:56:31 +1100 |
|---|---|---|
| committer | Andrew Gerrand <adg@golang.org> | 2011-02-11 06:56:31 +1100 |
| commit | 4774a195307acf2660847fc5a819e625fc67b782 (patch) | |
| tree | 641cc129db769a57b4b5fdde756747c2fc89a161 /src/pkg/encoding/binary | |
| parent | b935728a17da9fc2451ae6296d8e1ac8e592f76f (diff) | |
| download | go-4774a195307acf2660847fc5a819e625fc67b782.tar.xz | |
encoding/binary: update package doc string to be more comprehensive
R=r
CC=golang-dev
https://golang.org/cl/4128060
Diffstat (limited to 'src/pkg/encoding/binary')
| -rw-r--r-- | src/pkg/encoding/binary/binary.go | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/pkg/encoding/binary/binary.go b/src/pkg/encoding/binary/binary.go index 77ff3a9f3e..ee2f23dbba 100644 --- a/src/pkg/encoding/binary/binary.go +++ b/src/pkg/encoding/binary/binary.go @@ -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 ( |
