Skip to content

Commit

Permalink
fix: bold text
Browse files Browse the repository at this point in the history
  • Loading branch information
aryyawijaya committed Jan 27, 2024
1 parent 262681b commit 1ca3945
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@ Go project that provide storage (files) use cases with trying to structure code

## Architecture diagram

![architecture diagram](https://github.com/aryyawijaya/go-storage-with-clean-arch/blob/dev/architecture_diagram.png)
![architecture diagram](https://github.com/aryyawijaya/go-storage-with-clean-arch/blob/main/architecture_diagram.png)

The diagram above depicts the structure of the code in this app/system that following Dependency Rule: *Source code dependencies must point only inward, toward higher-level policies*
The diagram above depicts the structure of the code in this app/system that following Dependency Rule:\
***Source code dependencies must point only inward, toward higher-level policies***

## Running the app

Expand Down

0 comments on commit 1ca3945

Please sign in to comment.