From 2413dc203a06bc6f6fdc225d22fa962537df8260 Mon Sep 17 00:00:00 2001 From: Tomas Aparicio Date: Sat, 26 Sep 2015 22:01:31 +0100 Subject: [PATCH] feat: add filetype package --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d073d468..4d58498a 100644 --- a/README.md +++ b/README.md @@ -752,6 +752,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [coop](https://github.com/rakyll/coop) - Cheat sheet for some of the common concurrent flows in Go. * [delve](https://github.com/derekparker/delve) - Go debugger. * [fastlz](https://github.com/fromYukki/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang. +* [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature. * [go-cron](https://github.com/rk/go-cron) - A simple Cron library for go that can execute closures or functions at varying intervals, from once a second to once a year on a specific date and time. Primarily for web applications and long running daemons. * [go-debug](https://github.com/tj/go-debug) - Conditional debug logging for Golang libraries & applications * [go-dry](https://github.com/ungerik/go-dry) - DRY (don't repeat yourself) package for Go.