summaryrefslogtreecommitdiff
path: root/_content/doc/tutorial/call-module-code
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2026-02-04 19:03:30 +0700
committerShulhan <m.shulhan@gmail.com>2026-02-06 07:17:15 +0700
commit32d4930dd4ee3e959a3ed15746459f392923a821 (patch)
treec2ac59e160ef5eef1d7f03205c9eb7c323265a58 /_content/doc/tutorial/call-module-code
parentc0ec2824f92e08a7b55c2d8e398df9c73ea5fb0b (diff)
downloadgolang-id-web-32d4930dd4ee3e959a3ed15746459f392923a821.tar.xz
_content: perbaikan tautan yang dilaporkan oleh jarink
Untuk tautan yang belum ada terjemahannya, gunakan link ke situs asli.
Diffstat (limited to '_content/doc/tutorial/call-module-code')
-rw-r--r--_content/doc/tutorial/call-module-code/index.adoc5
1 files changed, 2 insertions, 3 deletions
diff --git a/_content/doc/tutorial/call-module-code/index.adoc b/_content/doc/tutorial/call-module-code/index.adoc
index 9ac7c09..e04bb21 100644
--- a/_content/doc/tutorial/call-module-code/index.adoc
+++ b/_content/doc/tutorial/call-module-code/index.adoc
@@ -148,7 +148,7 @@ require example.com/greetings v0.0.0-00010101000000-000000000000
Perintah tersebut menemukan modul lokal dalam direktori "greetings", kemudian
menambahkan
-link:/doc/modules/gomod-ref/#require[direktif "require"]
+https://go.dev/doc/modules/gomod-ref/#require[direktif `require`^]
untuk menspesifikasikan bahwa "example.com/hello" membutuhkan
"example.com/greetings".
Kita memakai dependensi ini saat kita mengimpor paket "greetings" dalam
@@ -167,8 +167,7 @@ require example.com/greetings v1.1.0
----
Untuk informasi lebih lanjut tentang angka versi, lihat
-link:/doc/modules/version-numbers/[Angka versi pada modul].
---
+https://go.dev/doc/modules/version-numbers[Angka versi pada modul^].
--
. Pada _terminal_, masih di dalam direktori "hello", jalankan kode Anda untuk