Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
pkritiotis authored Dec 6, 2021
1 parent e289ff3 commit b69aecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ Go Climb follows the group-by-layer structure:
Each of these directories contains its corresponding components, following the group-by-feature approach.
- `vendor` contains the dependencies of our project

Great, we know how the high-level project structure of Go Climb. Let's explore the contents of each layer.
Great, we know how the high-level project structure of Go Climb.


# Developer's Handbook
Expand All @@ -91,4 +91,4 @@ make lint ## Perform linting
make test ## Run unit tests
make build ## Build the app executable for Linux
make fmt ## Format the source code
```
```

0 comments on commit b69aecf

Please sign in to comment.