func TestCache(t *testing.T) { … } // TestConcurrency exercises concurrent access to the same entry. // // It is a copy of TestConcurrency from the filecache package. func TestConcurrency(t *testing.T) { … } // uniqueKey returns a key that has never been used before. func uniqueKey() (key [32]byte) { … }