From 872571264de4d0a0d7858c276f5bb7f2262373d2 Mon Sep 17 00:00:00 2001 From: Matt Holt Date: Fri, 15 Apr 2016 16:32:14 -0600 Subject: [PATCH] Add archiver --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index ecff0cb3..d585caa6 100644 --- a/README.md +++ b/README.md @@ -561,6 +561,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis *These libraries were placed here because none of the other categories seemed to fit* * [afero](https://github.com/spf13/afero) - A FileSystem Abstraction System for Go. +* [archiver](https://github.com/mholt/archiver) - Library and command for making and extracting .zip and .tar.gz archives * [autoflags](https://github.com/artyom/autoflags) - Go package to automatically define command line flags from struct fields. * [banner](https://github.com/dimiro1/banner) - Add beautiful banners into your Go applications. * [browscap_go](https://github.com/digitalcrab/browscap_go) - GoLang Library for [Browser Capabilities Project](http://browscap.org/).