From 0a1dc2511fcd7b6b7957c0ec889186ddcdd6bcbc Mon Sep 17 00:00:00 2001 From: Aaron Date: Sun, 25 Oct 2020 21:58:20 +0100 Subject: [PATCH] remove last reference of taruti/mimemagic --- mimemagic_example.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mimemagic_example.go b/mimemagic_example.go index dbf0bc0..a001eb8 100644 --- a/mimemagic_example.go +++ b/mimemagic_example.go @@ -3,7 +3,7 @@ package main import "fmt" -import "bitbucket.org/taruti/mimemagic" +import "github.com/signal-golang/mimemagic" import "os" func main() {