From 38a41d4b2554d5c87c371d3451f17337cfc86a0f Mon Sep 17 00:00:00 2001 From: Your Name Date: Tue, 29 Sep 2020 15:06:51 -0400 Subject: [PATCH] fix import --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 00a677c..a957bd5 100644 --- a/main.go +++ b/main.go @@ -4,7 +4,7 @@ import ( "flag" "fmt" "github.com/gorilla/mux" - "gitto.work/shortcut/enhancedfileserver" + "git.teamworkapps.com/shortcut/enhancedfileserver" "log" "net/http" )