mirror of
https://github.com/golang/go
synced 2024-11-21 14:14:40 -07:00
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:
parent
b935728a17
commit
4774a19530
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user