Skip to content

klassmann/blog-handling-binary-files-go

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 

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

Releases

No releases published

Packages

No packages published

Languages