From 988d8b87c290dd94e2b246d40a1ec3f6a4115cd7 Mon Sep 17 00:00:00 2001 From: tfn18001 Date: Tue, 19 Apr 2022 01:41:02 -0400 Subject: [PATCH] Removed PoM Folder --- CTng/{PoM/Readme.md => gossip/Pom_Readme.md} | 0 CTng/util/readme.md | 9 ++++++--- 2 files changed, 6 insertions(+), 3 deletions(-) rename CTng/{PoM/Readme.md => gossip/Pom_Readme.md} (100%) diff --git a/CTng/PoM/Readme.md b/CTng/gossip/Pom_Readme.md similarity index 100% rename from CTng/PoM/Readme.md rename to CTng/gossip/Pom_Readme.md diff --git a/CTng/util/readme.md b/CTng/util/readme.md index 5a11a0e..851b889 100644 --- a/CTng/util/readme.md +++ b/CTng/util/readme.md @@ -1,4 +1,7 @@ -Dependency cycles are hard to deal with +# Utility Functions -Any code that doesn't import anything in packages can go into into the util package, -which should only be imported \ No newline at end of file +Dependency cycles are not allowed in go. Therefore, sometimes as individual packages become very large we arrive at a cycle of dependencies. + + +Any code that doesn't import anything in packages can go into into this util package, +which should not import any other packages. \ No newline at end of file