From 68a630b248b0aa56984b1ac00ac7065c0a0d0a89 Mon Sep 17 00:00:00 2001 From: jnbdz Date: Wed, 30 Oct 2024 12:31:40 -0400 Subject: [PATCH] More clean up with the documentation --- README.md | 7 ------- TODO.md | 3 +++ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index d93d9b8..476773e 100644 --- a/README.md +++ b/README.md @@ -112,13 +112,6 @@ To get more details on the functioning and commands: [.docs](.docs).        ![Atom icon](https://raw.githubusercontent.com/SiteNetSoft/resources/master/images/ide/x14/atom.png) [Atom](.editor/atom.yml) - ([GitHub](https://github.com/AmadlaOrg/hery-atom-editor-plugin)) -### Giving Credit -The `.pairs` file is a great way to add details about the people that contributed to the entity. There is one used in -this repository that can be used as reference. - -> TODO: Create a script to blacklist certain libraries. -> Also useful for security. - ## ©️ Copyright - "[The Bear and Honey.](https://www.flickr.com/photos/97123293@N07/29003630251)" by [Swallowtail Garden Seeds](https://www.flickr.com/photos/97123293@N07) is marked with [Public Domain Mark 1.0](https://creativecommons.org/publicdomain/mark/1.0/?ref=openverse). diff --git a/TODO.md b/TODO.md index ca50975..93956f4 100644 --- a/TODO.md +++ b/TODO.md @@ -10,3 +10,6 @@ Useful to check that libraries for testing and development don't find themselves ```bash go list -f '{{.Deps}}' ./main.go ``` + +> TODO: Create a script to blacklist certain libraries. +> Also useful for security.