aboutsummaryrefslogtreecommitdiff
path: root/content/concurrency.article
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2024-07-14 19:07:30 +0700
committerShulhan <m.shulhan@gmail.com>2024-07-14 19:07:30 +0700
commite0be34f59e1097a6f3e0268483f50e17eeb4330d (patch)
treec69de91680546ae54723072340eb52aaf5d85dcd /content/concurrency.article
parent49904eeaa60c4df8d7062df353669f5aa45952d8 (diff)
downloadgolang-id-tour-e0be34f59e1097a6f3e0268483f50e17eeb4330d.tar.xz
all: gabungkan perubahan dari golang.org/x/website/_content/tour
Perubahan yang diambil, * 9d77df7a - _content: replace scheme-relative URLs with "https://" * b8a52b2c - _content: replace talks.golang.org links with go.dev/talks * f7508267 - tour/content: remove links to broken translations * 53bf622d - _content/tour: add a link to the Ukraininan translation * 80138e48 - _content: add dark mode to go.dev/tour * 6fcd42d2 - _content: apply white color in transparent gopher, for dark theme * bc602d60 - _content/tour/static/lib: sync jquery@3.7.0 jquery-ui@1.13.2 * 9a8a0a00 - _content/tour/static/js: fix type errors * f8747b4b - _content/tour: improve color contrast for dark theme * 9817d4fb - _content/tour: add dark theme cursor and selection styles * a84f6ee5 - tour: call 'done' callback after Run, on message Kind 'system'
Diffstat (limited to 'content/concurrency.article')
-rw-r--r--content/concurrency.article6
1 files changed, 3 insertions, 3 deletions
diff --git a/content/concurrency.article b/content/concurrency.article
index 5aba00e..29cfa47 100644
--- a/content/concurrency.article
+++ b/content/concurrency.article
@@ -237,16 +237,16 @@ Untuk bantuan mengenai bahasa itu sendiri, anda mungkin bisa membaca
Untuk mengeksplorasi lebih lanjut tentang model konkurensi dari Go, tontonlah
[[https://www.youtube.com/watch?v=f6kdp27TYZs][Pola Konkurensi Go]]
-([[https://talks.golang.org/2012/concurrency.slide][slide]])
+([[https://go.dev/talks/2012/concurrency.slide][slide]])
dan
[[https://www.youtube.com/watch?v=QDDwwePbDtw][Pola Konkurensi Go Lanjutan]]
-([[https://talks.golang.org/2013/advconc.slide][slides]])
+([[https://go.dev/talks/2013/advconc.slide][slides]])
dan baca
[[https://golang.org/doc/codewalk/sharemem/][Berbagi Memory dengan Komunikasi]].
Untuk memulai membuat aplikasi web, tontonlah
[[https://vimeo.com/53221558][A simple programming environment]]
-([[https://talks.golang.org/2012/simple.slide][slides]])
+([[https://go.dev/talks/2012/simple.slide][slides]])
dan baca tutorial
[[https://golang.org/doc/articles/wiki/][Menulis Aplikasi Web]].