From f6782f15549587befc96e4f107229d9f1370d0d9 Mon Sep 17 00:00:00 2001 From: tbfajri Date: Mon, 6 Oct 2025 19:25:48 +0700 Subject: [PATCH] update readme --- README.md | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 3a3479a..3f50e70 100644 --- a/README.md +++ b/README.md @@ -25,17 +25,19 @@ Cocok digunakan untuk: ## 📁 Struktur Folder +watermill-template/ ├── cmd/ -│ └── main.go # Entry point aplikasi +│ └── main.go # Entry point aplikasi ├── internal/ -│ ├── config/ # Loader file .env -│ ├── db/ # Koneksi ke PostgreSQL -│ └── pubsub/ # Implementasi Watermill (publisher, subscriber, table helper) -├── .env.example # Contoh konfigurasi environment -├── Makefile # Shortcut command -├── go.mod # Modul Go -├── go.sum # Dependency checksum -└── README.md # Dokumentasi +│ ├── config/ # Loader file .env +│ ├── db/ # Koneksi ke PostgreSQL +│ └── pubsub/ # Implementasi Watermill (publisher, subscriber, table helper) +├── .env.example # Contoh konfigurasi environment +├── Makefile # Shortcut command untuk run, build, create-table +├── go.mod # Modul Go +├── go.sum # Dependency checksum +└── README.md # Dokumentasi proyek + ## ⚙️ Setup Langkah Demi Langkah