add return

This commit is contained in:
ds
2026-07-12 18:49:41 +00:00
parent 62a4d6ff66
commit 147dd3c01c
+1
View File
@@ -41,6 +41,7 @@ func main() {
} }
http.ServeFile(w, r, "."+path) http.ServeFile(w, r, "."+path)
return
}) })
http.ListenAndServe(":8085", nil) http.ListenAndServe(":8085", nil)