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 . --- go.work | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 go.work (limited to 'go.work') diff --git a/go.work b/go.work new file mode 100644 index 0000000..1f58057 --- /dev/null +++ b/go.work @@ -0,0 +1,6 @@ +go 1.24.0 + +use ( + . + ./_content/doc/tutorial/database-access/data-access +) -- cgit v1.3