summaryrefslogtreecommitdiff
path: root/_content/blog/json-and-go/index.adoc
diff options
context:
space:
mode:
Diffstat (limited to '_content/blog/json-and-go/index.adoc')
-rw-r--r--_content/blog/json-and-go/index.adoc2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/blog/json-and-go/index.adoc b/_content/blog/json-and-go/index.adoc
index 691e902..e1e986a 100644
--- a/_content/blog/json-and-go/index.adoc
+++ b/_content/blog/json-and-go/index.adoc
@@ -118,7 +118,7 @@ Untuk JSON dengan key "Foo", `Unmarshal` akan mencari field dalam struct
tujuan (dengan urutan berikut):
* Field yang diekspor dengan tag "Foo" (lihat
- https://golang.org/ref/spec#Struct_types[spesifikasi Go^]
+ https://go.dev/ref/spec#Struct_types[spesifikasi Go^]
untuk informasi lebih lanjut tentang tag pada struct),
* Field yang diekspor bernama "Foo", atau