From ad4354252325cf95e22e0ffd08bb317f496fa225 Mon Sep 17 00:00:00 2001 From: Yulian Kuncheff Date: Sat, 23 Jul 2022 00:45:21 -0700 Subject: [PATCH] Proper URL to original Repo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f21dbde..3c53245 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # laney -Fork of to make it generic and update to latest Go +Fork of to make it generic and update to latest Go Laney package provides queue, priority queue, stack and deque data structures implementations. Its was designed with simplicity, performance, and concurrent