From 9353dccd2a363d7a228470590fa93898b4a8983c Mon Sep 17 00:00:00 2001 From: Abhishek Date: Tue, 23 Jan 2024 17:44:13 +0530 Subject: [PATCH] Add indentation README.md Co-authored-by: Vincent Composieux --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 18b5ca45..9894b33c 100644 --- a/README.md +++ b/README.md @@ -121,12 +121,11 @@ value := cacheManager.Get(ctx, "my-key") ```go import ( -"github.com/dgraph-io/ristretto" -"github.com/eko/gocache/lib/v4/cache" -"github.com/eko/gocache/lib/v4/store" -ristretto_store "github.com/eko/gocache/store/ristretto/v4" + "github.com/dgraph-io/ristretto" + "github.com/eko/gocache/lib/v4/cache" + "github.com/eko/gocache/lib/v4/store" + ristretto_store "github.com/eko/gocache/store/ristretto/v4" ) - ristrettoCache, err := ristretto.NewCache(&ristretto.Config{ NumCounters: 1000, MaxCost: 100,