Blog Post - Handling Binary Files in Go
This repository contains examples from a blog post.
Requirements
- Go (tested with Go 1.10.3)
How to Use
Start cloning this repository inside your Go Workspace:
git clone https://github.com/klassmann/blog-handling-binary-files-go.git
You can run directly the file:
go run icns_reader.go
You can run the tests inside the repository:
go test -v