From b1d9792012a47f0cff706f446e627e9b607950c5 Mon Sep 17 00:00:00 2001 From: vivek-ng Date: Sun, 22 Nov 2020 01:37:54 -0600 Subject: [PATCH] change module path --- go.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go.mod b/go.mod index 7dd2f20..f67ccb0 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -module github.com/vivek-ng/rate-limiter +module github.com/vivek-ng/concurrency-limiter go 1.14