proxy.golang.org : goki.dev/fi
Package filecat categorizes file types -- it is the single, consolidated place where mimetypes and filetypes etc are managed in GoGi / Goki. This whole space is a bit of a heterogenous mess -- most file types we care about are not registered on the official iana registry, which seems mainly to have paid registrations in application/ category, and doesn't have any of the main programming languages etc. The official Go std library support depends on different platform libraries and mac doesn't have one, so it has very limited support So we sucked it up and made a full list of all the major file types that we really care about and also provide a broader category-level organization that is useful for functionally organizing / operating on files. As fallback, we are using both of the go packages developed by others: github.com/gabriel-vasile/mimetype github.com/h2non/filetype (which constrained our package name to not be either of those two)
Registry
- Homepage
- Documentation
- JSON
- codemeta.json
purl: pkg:golang/goki.dev/fi
License: BSD-3-Clause
Latest release: almost 2 years ago
First release: almost 2 years ago
Namespace: goki.dev
Dependent packages: 6
Stars: 1 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 22 days ago