Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 213 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 213 Bytes

From Bytes to Go and Back

Most network and disk IO requires converting from []byte to some structs and back to []byte. Let's take a deep dive into different ways of writing encoding and decoding libraries.