add nocache flag

This commit is contained in:
Your Name
2021-10-21 15:45:49 -04:00
parent 73a3d635dd
commit 0fd317fd56
3 changed files with 24 additions and 1 deletions

8
go.mod Normal file
View File

@@ -0,0 +1,8 @@
module git.teamworkapps.com/shortcut/httphere
go 1.17
require (
git.teamworkapps.com/shortcut/enhancedfileserver v0.0.0-20181107163431-49cae39a0eb7
github.com/gorilla/mux v1.8.0
)