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 /go.work | |
| 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 'go.work')
| -rw-r--r-- | go.work | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +go 1.24.0 + +use ( + . + ./_content/doc/tutorial/database-access/data-access +) |
