Skip to content

Commit

Permalink
[refactor]: removed gibberish from the README
Browse files Browse the repository at this point in the history
  • Loading branch information
goodylili committed Sep 17, 2023
1 parent 5356040 commit 151b6ba
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,6 @@ time.
First, you're going to tweak this structure for your app's use case. This template simply eliminates the overhead of
manually initializing a project.

Certainly, here's the directory explanation with clickable links for your GitHub README.md:


1. **[cmd](./cmd)**: This directory contains the main entry point for your server application.
- **[server](./cmd/server)**: Subdirectory for the server application.
Expand All @@ -47,7 +45,6 @@ Certainly, here's the directory explanation with clickable links for your GitHub
6. **[static](./static)**: Contains static assets like images.
- **[img.jpg](./static/img.jpg)**: An image file used in your application.


Each of these subdirectories serves a specific purpose in organizing your application's code and resources. The
structure helps keep your codebase modular and maintainable by separating concerns and functionalities into different
directories.
Expand All @@ -58,7 +55,7 @@ You can use the `gonew` command or the bash [creator.sh](./scripts/creator.sh) s

### 🤩 Using Gonew

Using `gonew` will ensure that you also get additional file and file content. Google `gonew` and check the LogRocket
Using `gonew` will ensure that you also get additional files and file content. Google `gonew` and check the LogRocket
blog for a tutorial I wrote on how you can use `gonew` to streamline your apps' development.


Expand Down

0 comments on commit 151b6ba

Please sign in to comment.