1
0
mirror of https://github.com/golang/go synced 2024-11-14 15:10:54 -07:00
go/src/encoding/binary
Axel Wagner 0173631d53 encoding/binary: add examples for varint functions
Change-Id: I191f6e46b452fadde9f641140445d843b0c7d534
Reviewed-on: https://go-review.googlesource.com/48604
Run-TryBot: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2017-08-03 21:00:45 +00:00
..
binary_test.go
binary.go encoding/binary: clarify the repercussions for not following the docs 2017-06-29 03:29:11 +00:00
example_test.go encoding/binary: add examples for varint functions 2017-08-03 21:00:45 +00:00
varint_test.go
varint.go