func TestSimpleCacheSetError(t *testing.T) { … } func TestKeyFunc(t *testing.T) { … } func TestSimpleCache(t *testing.T) { … } func generateKey(length int) (key []byte, err error) { … } func TestMetrics(t *testing.T) { … }
func TestSimpleCacheSetError(t *testing.T) { … } func TestKeyFunc(t *testing.T) { … } func TestSimpleCache(t *testing.T) { … } func generateKey(length int) (key []byte, err error) { … } func TestMetrics(t *testing.T) { … }