Repositories (2)

go-gtasa-trainer
0 snippets stored for this repo
dff
1 snippets stored for this repo
var blokesize int64
	flag.Int64Var(&blokesize, "blocksize", 4096, "size of the block in bytes to read from each file for hashing")

	var deepthroat bool
	flag.BoolVar(&deepthroat, "deepthroat", false, "do a full file compare to ensure it is not just a partial match")

	var flat bool