Skip to content

klassmann/blog-handling-binary-files-go

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

License

MIT