gabriel-vasile / mimetype

A fast Golang library for media type and file extension detection, based on magic numbers
https://pkg.go.dev/github.com/gabriel-vasile/mimetype#pkg-overview
MIT License
1.67k stars 163 forks source link

Add support for Microsoft Access file format #66

Closed gabriel-vasile closed 5 years ago

gabriel-vasile commented 5 years ago

1) Specify the MIME type and extension for which to add support application/x-msaccess, .accdb

2) Share an example file can be found online

3) Optionally, add a reference to the specification of the file format. magic

pippo commented 5 years ago

Can I give this a try?