This repository contains examples from a blog post.
- Go (tested with Go 1.10.3)
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