style(service): modify package name "service" to "sys"
This commit is contained in:
+1
-1
@@ -45,7 +45,7 @@ func ServeStatic(w http.ResponseWriter, r *http.Request) {
|
||||
}
|
||||
|
||||
setContentType(w, path.Ext(filePath))
|
||||
http.ServeContent(w, r, filePath, stat.ModTime(), f.(http.File))
|
||||
http.ServeContent(w, r, filePath, stat.ModTime(), f)
|
||||
return
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user