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