From 57178ef31ba7b98de9758cb01b02f2718c6ab776 Mon Sep 17 00:00:00 2001 From: Gabriel Vasile Date: Mon, 29 Oct 2018 15:00:23 +0200 Subject: [PATCH] Add mimetype package (#2197) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9033d9d5..e1b3bebf 100644 --- a/README.md +++ b/README.md @@ -1480,6 +1480,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [mc](https://github.com/minio/mc) - Minio Client provides minimal tools to work with Amazon S3 compatible cloud storage and filesystems. * [mergo](https://github.com/imdario/mergo) - Helper to merge structs and maps in Golang. Useful for configuration default values, avoiding messy if-statements. * [mimemagic](https://github.com/zRedShift/mimemagic) - Pure Go ultra performant MIME sniffing library/utility. +* [mimetype](https://github.com/gabriel-vasile/mimetype) - Package for MIME type detection based on magic numbers. * [minify](https://github.com/tdewolff/minify) - Fast minifiers for HTML, CSS, JS, XML, JSON and SVG file formats. * [minquery](https://github.com/icza/minquery) - MongoDB / mgo.v2 query that supports efficient pagination (cursors to continue listing documents where we left off). * [mmake](https://github.com/tj/mmake) - Modern Make.