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