update repo and modules

This commit is contained in:
Your Name
2023-04-21 11:29:57 -05:00
parent 49cae39a0e
commit 948ff87877
3 changed files with 8 additions and 4 deletions

View File

@@ -1,10 +1,11 @@
package main
import (
"gitto.work/shortcut/enhancedfileserver"
"log"
"net/http"
"os"
"git.teamworkapps.com/shortcut/enhancedfileserver"
)
/* Most simple example of using enhanced-file-server package. Will serve from the current directory on port 12345 */