From 4604e4c62faf92c47ac38ab6e4dd816c77697e5c Mon Sep 17 00:00:00 2001 From: Cerek Hillen Date: Wed, 21 Jun 2023 08:59:46 -0700 Subject: [PATCH] goimports --- stats.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stats.go b/stats.go index 89becdb..ca5bce1 100644 --- a/stats.go +++ b/stats.go @@ -7,7 +7,7 @@ import ( "sync/atomic" "time" - "github.com/hashicorp/golang-lru/v2" + lru "github.com/hashicorp/golang-lru/v2" tagspkg "github.com/lyft/gostats/internal/tags" )