docker / go-units

Parse and print size and time units in human-readable format
https://godoc.org/github.com/docker/go-units
Apache License 2.0
218 stars 38 forks source link

Add a Makefile and Dockerfile #2

Closed dnephin closed 8 years ago

dnephin commented 8 years ago

Not sure if you are interested in this or not, but these are the standard Makefile/Dockerfile I use for most repos so that I don't have to install go on my host.

They could be used to run CI as well.

calavera commented 8 years ago

I'd rather not complicate it that much for a project as simple as this.

dnephin commented 8 years ago

Fair enough