checkers

command module
v0.0.0-...-8fcc41d Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Aug 7, 2021 License: MIT Imports: 8 Imported by: 0

README

checkers - create a checksum of an entire directory and its contents.

I wanted to generate a checksum of an entire directory and its contents. For this, there's two approaches, one hashes the files in a directory, the other hashes a zip while ignoring non-deterministic information like file date.

Extra metadata isn't necessarily meaningful for file contents and should probably be ignored.

The Parallel digestion example from the https://blog.golang.org/pipelines, starting from the Digesting a tree section, gave me this code, but I intend to modify it to suit my needs.

Specifically, the parallel version: https://blog.golang.org/pipelines/parallel.go

For go mod Russ Cox wrote dirhash.

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL