Miscellaneous bug fixes
This commit is contained in:
@ -8,6 +8,7 @@ import (
|
||||
)
|
||||
|
||||
func HashFile(filename string) (string, error) {
|
||||
//TODO change to sha512?
|
||||
hashfn := sha256.New()
|
||||
|
||||
infile, err := os.Open(filename)
|
||||
|
Reference in New Issue
Block a user