Skip to content

Commit

Permalink
Removed PoM Folder
Browse files Browse the repository at this point in the history
  • Loading branch information
tfn18001 committed Apr 19, 2022
1 parent e93c13f commit 988d8b8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
File renamed without changes.
9 changes: 6 additions & 3 deletions CTng/util/readme.md
Original file line number Diff line number Diff line change
@@ -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
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.

0 comments on commit 988d8b8

Please sign in to comment.