]> Cypherpunks repositories - gostls13.git/commit
encoding/binary: implemented the Write function
authorMôshe van der Sterre <moshevds@gmail.com>
Sat, 14 Nov 2009 22:42:22 +0000 (14:42 -0800)
committerRuss Cox <rsc@golang.org>
Sat, 14 Nov 2009 22:42:22 +0000 (14:42 -0800)
commita54684f8daaf56b466429518b721d24d75b6632c
treee1b838a700aa634300bf2068a48289bf87defc62
parenta09997c3aad020cebecf292bc502a5e95616da19
encoding/binary: implemented the Write function
The ByteOrder.Put* methods are already available, this change uses
them to implement the Write function.

R=golang-dev, agl1, rsc, r
https://golang.org/cl/152141
src/pkg/encoding/binary/binary.go
src/pkg/encoding/binary/binary_test.go