Skip to content

Commit

Permalink
Remove unnecessary verbose import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacalz committed Dec 6, 2023
1 parent 430104c commit 7bc2e06
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions internal/repository/mime/mime.go
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
package mime

import (
"strings"
)
import "strings"

// Split spits the mimetype into its main type and subtype.
func Split(mimeTypeFull string) (mimeType, mimeSubType string) {
Expand Down

0 comments on commit 7bc2e06

Please sign in to comment.