From 75f0ba8d2cf4e33897a6d68a44bf40cfdccfc059 Mon Sep 17 00:00:00 2001 From: sloumdrone Date: Tue, 25 Jun 2019 22:23:51 -0700 Subject: [PATCH] Initial commit --- README.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..f6cd37a --- /dev/null +++ b/README.md @@ -0,0 +1,5 @@ +# Mailcap + +This is a stub for a Go implementation of the Python3 mailcap library. The goal is to enable the opening of files based on mimetype from programs written in golang. + +