From 82b41adf9016b1244af73e3973d2dffe09797874 Mon Sep 17 00:00:00 2001 From: PVillela Date: Tue, 22 Mar 2022 09:07:46 -0400 Subject: [PATCH] Removed blank lines in README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c704693..6cc6384 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Lightweight, efficient, and functionally rich implementation of List, Map, and Set for Golang, inspired by the Kotlin standard library. The implementation uses Go's native slice and map as underlying data structures. - - ## glc package The glc package contains an implementation of this framework using Go generics.