DevBits
Home
Atlas
Play
About
Sign up
Log in
All
Go
binary.PutUvarint()
Examples using...
binary.PutUvarint()
Recent
Examples
PutUvarint in Go
by GoDoc
Go
binary.PutUvarint
binary.MaxVarintLen64
encoding/binary
fmt
fmt.Printf
PutUvarint encodes a uint64 into buf and returns the number of bytes written. If the buffer is too small, PutUvarint will panic.