libgocryptfs/contrib/findholes
Jakob Unterwurzacher 8ee595dd48 Fix issues found by "go vet"
Issues were:

 # github.com/rfjakob/gocryptfs/contrib/findholes/holes
 contrib/findholes/holes/holes.go:136:2: unreachable code
 # github.com/rfjakob/gocryptfs/tests/root_test_test
 tests/root_test/root_test.go:139:2: unreachable code

Also make sure we actually run "go vet" against the whole
codebase.
2021-08-19 08:34:49 +02:00
..
holes Fix issues found by "go vet" 2021-08-19 08:34:49 +02:00
.gitignore Add contrib/findholes 2021-05-26 13:17:56 +02:00
main.go findholes: add --create, --verify 2021-05-29 16:00:40 +02:00