Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gocryptfs -speed: call testing.Init() to fix panic
Looks like I should have been calling testing.Init() all along. From https://pkg.go.dev/testing#Init : > Init is only needed when calling functions such as > Benchmark without using "go test". Fixes: #789 Relates-to: golang/go#62666
- Loading branch information