Documentation ¶
Overview ¶
Package hashdir generate hash of all files and they paths for specified directory.
Example:
package main import ( "fmt" "github.com/gosimple/hashdir" ) func main() { dirHash, err := hashdir.Make("./someDir/", "md5") fmt.Println(dirHash) }
Requests or bugs?
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.