diff options
| author | Shulhan <ms@kilabit.info> | 2025-11-26 10:36:23 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-12-05 01:07:27 +0700 |
| commit | b6009906d0359cfc44e7a8ef67371ab52f30aa00 (patch) | |
| tree | 69fa4fdc5793f5d1ecaf9f750def4b3dd5f6a238 /_content/doc/tutorial/database-access/data-access/go.mod | |
| parent | a7c3ec9685f01663bd0ddeabec85842b7fad4a4a (diff) | |
| download | golang-id-web-b6009906d0359cfc44e7a8ef67371ab52f30aa00.tar.xz | |
tutorial: terjemahkan "Tutorial: Accessing a relational database"
Tutorial asli ada di https://go.dev/doc/tutorial/database-access .
Diffstat (limited to '_content/doc/tutorial/database-access/data-access/go.mod')
| -rw-r--r-- | _content/doc/tutorial/database-access/data-access/go.mod | 5 |
1 files changed, 5 insertions, 0 deletions
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 |
