Commit 4774a195 authored by Andrew Gerrand's avatar Andrew Gerrand

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

R=r
CC=golang-dev
https://golang.org/cl/4128060
parent b935728a
......@@ -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 (
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment