Created
January 22, 2025 10:13
-
-
Save alexedwards/898083890d1e8f20c060b4fde9a50691 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
. | |
├── cmd | |
│ ├── cli | |
│ └── web | |
├── internal | |
│ ├── database | |
│ ├── request | |
│ ├── response | |
│ ├── templatefuncs | |
│ ├── validator | |
│ └── version | |
├── migrations | |
├── ui | |
│ ├── static | |
│ │ ├── css | |
│ │ ├── img | |
│ │ └── js | |
│ └── templates | |
│ ├── pages | |
│ └── partials | |
├── db.sqlite | |
├── go.mod | |
├── go.sum | |
├── Makefile | |
└── README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@alexedwards , you are very good at teaching.
I have read both of your books and like them.
I often see people asking you to write about microservices with Go.
I hope you will do it.
Even the name of the book is ready. "Let's go microservice". 🙂
You have your way of explaining things simply.
Good luck!