From b6009906d0359cfc44e7a8ef67371ab52f30aa00 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Wed, 26 Nov 2025 10:36:23 +0700 Subject: tutorial: terjemahkan "Tutorial: Accessing a relational database" Tutorial asli ada di https://go.dev/doc/tutorial/database-access . --- _content/doc/tutorial/database-access/data-access/go.mod | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 _content/doc/tutorial/database-access/data-access/go.mod (limited to '_content/doc/tutorial/database-access/data-access/go.mod') diff --git a/_content/doc/tutorial/database-access/data-access/go.mod b/_content/doc/tutorial/database-access/data-access/go.mod new file mode 100644 index 0000000..e33ed8d --- /dev/null +++ b/_content/doc/tutorial/database-access/data-access/go.mod @@ -0,0 +1,5 @@ +module github.com/golang-id/web/data-access + +go 1.24.0 + +require github.com/lib/pq v1.10.9 -- cgit v1.3