Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-pages.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/lupine/go-mimedb/README.md')
-rw-r--r--vendor/github.com/lupine/go-mimedb/README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/vendor/github.com/lupine/go-mimedb/README.md b/vendor/github.com/lupine/go-mimedb/README.md
new file mode 100644
index 00000000..d83b30df
--- /dev/null
+++ b/vendor/github.com/lupine/go-mimedb/README.md
@@ -0,0 +1,15 @@
+# MIME DB
+
+This Go package uses generators to convert [this database](https://github.com/jshttp/mime-db)
+into additions to the stdlib `mime` package.
+
+Since all the work is done at compile time, the MIME types end up embedded in
+the binary, loading them on startup is fast, and you still get sensible results
+when `/etc/mime.types` is unavailable on your platform!
+
+This work is somewhat inspired by [mime-ext-go](https://github.com/mytrile/mime-ext-go),
+which lacks the automatic generation (and so easy update) to be found in this
+package.
+
+The version of the mime-db package used is tracked in the VERSION file, and
+updates will be given a corresponding tag.