From f285fc868e56ac9eb985fedc504d0a325001d191 Mon Sep 17 00:00:00 2001 From: Fabio Scotto di Santolo Date: Thu, 24 Oct 2024 15:04:22 +0200 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b3e2e8..6958929 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Data structures -This repo is a package of useful data structures written in Go, I've written this package as an aid to Go application development. +This repo is a package of useful data structures written in Go, I've written this package as an aid to Go application development. The following data structures are included in this package: - Slice - Linked List