From d4cc0d0b7bafc8267f2ba279bca6ea860e66a5bb Mon Sep 17 00:00:00 2001 From: Kishan B Date: Tue, 3 Aug 2021 19:49:28 +0530 Subject: [PATCH] Update go doc url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 33e58cf..063bb16 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ thread safe LRU cache. It is based on the cache in Groupcache. Documentation ============= -Full docs are available on [Godoc](http://godoc.org/github.com/hashicorp/golang-lru) +Full docs are available on [Godoc](https://pkg.go.dev/github.com/hashicorp/golang-lru) Example =======