more updates

Former-commit-id: 8c19eda25f60e0fc5587dde8c19a8428befc3e0d
This commit is contained in:
Henrique Dias
2017-06-19 18:23:57 +01:00
parent 8d4981fcb8
commit bd7184d5df
16 changed files with 79 additions and 83 deletions

View File

@@ -14,7 +14,7 @@ import (
)
// checksum calculates the hash of a filemanager. Supports MD5, SHA1, SHA256 and SHA512.
func (c *Config) checksum(w http.ResponseWriter, r *http.Request, i *file) (int, error) {
func (c *FileManager) checksum(w http.ResponseWriter, r *http.Request, i *fileInfo) (int, error) {
query := r.URL.Query().Get("checksum")
file, err := os.Open(i.Path)