Skip to content

Instantly share code, notes, and snippets.

@alexedwards
Created January 22, 2025 10:13
Show Gist options
  • Save alexedwards/898083890d1e8f20c060b4fde9a50691 to your computer and use it in GitHub Desktop.
Save alexedwards/898083890d1e8f20c060b4fde9a50691 to your computer and use it in GitHub Desktop.
.
├── 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
@TuralAsgar
Copy link

TuralAsgar commented Feb 5, 2025

@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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment