[#154] Add debug logging for rejected attachment types & strip meta-info from mime-type (#155)

This commit is contained in:
Knut Ahlers 2023-11-23 10:36:36 +01:00 committed by GitHub
parent eb2bce3119
commit dc47bf0861
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 2 deletions

View file

@ -1,6 +1,8 @@
package main
import "os"
import (
"os"
)
func main() {
if err := rootCmd.Execute(); err != nil {