update readme

This commit is contained in:
2025-10-06 19:25:48 +07:00
parent 9dddec44fe
commit f6782f1554

View File

@@ -25,6 +25,7 @@ Cocok digunakan untuk:
## 📁 Struktur Folder
watermill-template/
├── cmd/
│ └── main.go # Entry point aplikasi
├── internal/
@@ -32,10 +33,11 @@ Cocok digunakan untuk:
│ ├── db/ # Koneksi ke PostgreSQL
│ └── pubsub/ # Implementasi Watermill (publisher, subscriber, table helper)
├── .env.example # Contoh konfigurasi environment
├── Makefile # Shortcut command
├── Makefile # Shortcut command untuk run, build, create-table
├── go.mod # Modul Go
├── go.sum # Dependency checksum
└── README.md # Dokumentasi
└── README.md # Dokumentasi proyek
## ⚙️ Setup Langkah Demi Langkah