fix import

This commit is contained in:
Your Name 2020-09-29 15:06:51 -04:00
parent 945c4d7559
commit 38a41d4b25
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ import (
"flag"
"fmt"
"github.com/gorilla/mux"
"gitto.work/shortcut/enhancedfileserver"
"git.teamworkapps.com/shortcut/enhancedfileserver"
"log"
"net/http"
)