Skip to content

#4 add file extension constants

Michael Warner requested to merge feature/4-add-file-extension-constants into main
  • Added FileExtension type
  • Added MIMEType type
  • Added (aggregate) slices for all MIMETypes, RootTypes, and FileExtensions
  • Added (aggregate) maps; MIMETypeMap = map[FileExtension]MIMEType
  • Simplified lookup functions
  • Standardized structure for all files and comments
Edited by Michael Warner

Merge request reports