]> Cypherpunks repositories - gostls13.git/commitdiff
encoding/binary: update package doc string to be more comprehensive
authorAndrew Gerrand <adg@golang.org>
Thu, 10 Feb 2011 19:56:31 +0000 (06:56 +1100)
committerAndrew Gerrand <adg@golang.org>
Thu, 10 Feb 2011 19:56:31 +0000 (06:56 +1100)
R=r
CC=golang-dev
https://golang.org/cl/4128060

src/pkg/encoding/binary/binary.go

index 77ff3a9f3ef4671c7f61742f222470316fdaa923..ee2f23dbba2774f3373c19175f0695a769ea712a 100644 (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 (