diff --git a/1-berkenalan-dengan-golang.html b/1-berkenalan-dengan-golang.html index 5fd8a7a7a..71c7699c1 100644 --- a/1-berkenalan-dengan-golang.html +++ b/1-berkenalan-dengan-golang.html @@ -2108,7 +2108,7 @@
time.Sleep()
time.Sleep()
select
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"A.33. Channel - Select","level":"3.1.33","depth":2,"next":{"title":"A.34. Channel - Range & Close","level":"3.1.34","depth":2,"path":"A-channel-range-close.md","ref":"A-channel-range-close.md","articles":[]},"previous":{"title":"A.32. Buffered Channel","level":"3.1.32","depth":2,"path":"A-buffered-channel.md","ref":"A-buffered-channel.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-channel-select.md","mtime":"2024-12-14T16:50:17.142Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"A.33. Channel - Select","level":"3.1.33","depth":2,"next":{"title":"A.34. Channel - Range & Close","level":"3.1.34","depth":2,"path":"A-channel-range-close.md","ref":"A-channel-range-close.md","articles":[]},"previous":{"title":"A.32. Buffered Channel","level":"3.1.32","depth":2,"path":"A-buffered-channel.md","ref":"A-buffered-channel.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-channel-select.md","mtime":"2024-12-14T16:54:09.617Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2188,11 +2188,11 @@ A.33.1. Penerapan Keyword select
+
-
+
diff --git a/A-channel-timeout.html b/A-channel-timeout.html
index 03c76d14e..78a4f41d2 100644
--- a/A-channel-timeout.html
+++ b/A-channel-timeout.html
@@ -2153,7 +2153,7 @@ A.35.1. Penerapan Channel Timeout
@@ -2175,11 +2175,11 @@ A.35.1. Penerapan Channel Timeout
-
+
-
+
diff --git a/A-channel.html b/A-channel.html
index 6aeb38f5a..1cebae56a 100644
--- a/A-channel.html
+++ b/A-channel.html
@@ -2217,7 +2217,7 @@ ◉ Eksekusi Goroutine Pada
@@ -2239,11 +2239,11 @@ ◉ Eksekusi Goroutine Pada
-
+
-
+
diff --git a/A-client-http-request-simple.html b/A-client-http-request-simple.html
index 7908c3b60..ae8412187 100644
--- a/A-client-http-request-simple.html
+++ b/A-client-http-request-simple.html
@@ -2232,7 +2232,7 @@ A.55.3. Secure & Insecure HTTP R
@@ -2254,11 +2254,11 @@ A.55.3. Secure & Insecure HTTP R
-
+
-
+
diff --git a/A-command-line-args-flag.html b/A-command-line-args-flag.html
index dc46d0c64..a1632e297 100644
--- a/A-command-line-args-flag.html
+++ b/A-command-line-args-flag.html
@@ -2220,7 +2220,7 @@
@@ -2242,11 +2242,11 @@
+
-
+
diff --git a/A-concurrency-pipeline.html b/A-concurrency-pipeline.html
index 32d4f75aa..983bf1037 100644
--- a/A-concurrency-pipeline.html
+++ b/A-concurrency-pipeline.html
@@ -2583,7 +2583,7 @@ A.62.6. Kesimpulan
@@ -2605,11 +2605,11 @@ A.62.6. Kesimpulan
-
+
-
+
diff --git a/A-data-type-conversion.html b/A-data-type-conversion.html
index 1a696aaa8..7fad5aaf5 100644
--- a/A-data-type-conversion.html
+++ b/A-data-type-conversion.html
@@ -2298,7 +2298,7 @@ A.43
@@ -2320,11 +2320,11 @@ A.43
-
+
-
+
diff --git a/A-defer-exit.html b/A-defer-exit.html
index b9f0f5c8f..4e2750630 100644
--- a/A-defer-exit.html
+++ b/A-defer-exit.html
@@ -2191,7 +2191,7 @@ A.36.3. Penerapan Fungsi os.Exit()
@@ -2213,11 +2213,11 @@ A.36.3. Penerapan Fungsi os.Exit()
-
+
-
+
diff --git a/A-encoding-base64.html b/A-encoding-base64.html
index 8f7d155ec..93c014f86 100644
--- a/A-encoding-base64.html
+++ b/A-encoding-base64.html
@@ -2159,7 +2159,7 @@ A.46.3. Encode & Decode Data URL
@@ -2181,11 +2181,11 @@ A.46.3. Encode & Decode Data URL
-
+
-
+
diff --git a/A-error-panic-recover.html b/A-error-panic-recover.html
index d5cb54fae..589f699ab 100644
--- a/A-error-panic-recover.html
+++ b/A-error-panic-recover.html
@@ -2266,7 +2266,7 @@ A.37.5. Pemanfaatan recover
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"A.37. Error, Panic, & Recover","level":"3.1.37","depth":2,"next":{"title":"A.38. Layout Format String","level":"3.1.38","depth":2,"path":"A-string-format.md","ref":"A-string-format.md","articles":[]},"previous":{"title":"A.36. Defer & Exit","level":"3.1.36","depth":2,"path":"A-defer-exit.md","ref":"A-defer-exit.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-error-panic-recover.md","mtime":"2024-12-14T16:50:17.142Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"A.37. Error, Panic, & Recover","level":"3.1.37","depth":2,"next":{"title":"A.38. Layout Format String","level":"3.1.38","depth":2,"path":"A-string-format.md","ref":"A-string-format.md","articles":[]},"previous":{"title":"A.36. Defer & Exit","level":"3.1.36","depth":2,"path":"A-defer-exit.md","ref":"A-defer-exit.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-error-panic-recover.md","mtime":"2024-12-14T16:54:09.617Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2288,11 +2288,11 @@ A.37.5. Pemanfaatan recover
+
-
+
diff --git a/A-exec.html b/A-exec.html
index a7e14f0f6..8b5bb0a08 100644
--- a/A-exec.html
+++ b/A-exec.html
@@ -2137,7 +2137,7 @@ A.49.3. Method Exec Lainnya
@@ -2159,11 +2159,11 @@ A.49.3. Method Exec Lainnya
-
+
-
+
diff --git a/A-file.html b/A-file.html
index 4da1d7707..af7bbc78a 100644
--- a/A-file.html
+++ b/A-file.html
@@ -2225,7 +2225,7 @@ A.50.4. Menghapus File
@@ -2247,11 +2247,11 @@ A.50.4. Menghapus File
-
+
-
+
diff --git a/A-fungsi-closure.html b/A-fungsi-closure.html
index 9a0eeb5ca..51da8559a 100644
--- a/A-fungsi-closure.html
+++ b/A-fungsi-closure.html
@@ -2234,7 +2234,7 @@ A.21.3. Closure Sebagai Nilai Kemb
@@ -2256,11 +2256,11 @@ A.21.3. Closure Sebagai Nilai Kemb
-
+
-
+
diff --git a/A-fungsi-multiple-return.html b/A-fungsi-multiple-return.html
index c488fe820..d24b355ac 100644
--- a/A-fungsi-multiple-return.html
+++ b/A-fungsi-multiple-return.html
@@ -2161,7 +2161,7 @@ ◉ Penggunaan Konstanta
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"A.19. Fungsi Multiple Return","level":"3.1.19","depth":2,"next":{"title":"A.20. Fungsi Variadic","level":"3.1.20","depth":2,"path":"A-fungsi-variadic.md","ref":"A-fungsi-variadic.md","articles":[]},"previous":{"title":"A.18. Fungsi","level":"3.1.18","depth":2,"path":"A-fungsi.md","ref":"A-fungsi.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-fungsi-multiple-return.md","mtime":"2024-12-14T16:50:17.142Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"A.19. Fungsi Multiple Return","level":"3.1.19","depth":2,"next":{"title":"A.20. Fungsi Variadic","level":"3.1.20","depth":2,"path":"A-fungsi-variadic.md","ref":"A-fungsi-variadic.md","articles":[]},"previous":{"title":"A.18. Fungsi","level":"3.1.18","depth":2,"path":"A-fungsi.md","ref":"A-fungsi.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-fungsi-multiple-return.md","mtime":"2024-12-14T16:54:09.617Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2183,11 +2183,11 @@ ◉ Penggunaan Konstanta
+
-
+
diff --git a/A-fungsi-sebagai-parameter.html b/A-fungsi-sebagai-parameter.html
index e3e1e8170..a20bdd620 100644
--- a/A-fungsi-sebagai-parameter.html
+++ b/A-fungsi-sebagai-parameter.html
@@ -2173,7 +2173,7 @@ ◉ Penggunaan Fungsi
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"A.22. Fungsi Sebagai parameter","level":"3.1.22","depth":2,"next":{"title":"A.23. Pointer","level":"3.1.23","depth":2,"path":"A-pointer.md","ref":"A-pointer.md","articles":[]},"previous":{"title":"A.21. Fungsi Closure","level":"3.1.21","depth":2,"path":"A-fungsi-closure.md","ref":"A-fungsi-closure.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-fungsi-sebagai-parameter.md","mtime":"2024-12-14T16:50:17.142Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"A.22. Fungsi Sebagai parameter","level":"3.1.22","depth":2,"next":{"title":"A.23. Pointer","level":"3.1.23","depth":2,"path":"A-pointer.md","ref":"A-pointer.md","articles":[]},"previous":{"title":"A.21. Fungsi Closure","level":"3.1.21","depth":2,"path":"A-fungsi-closure.md","ref":"A-fungsi-closure.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-fungsi-sebagai-parameter.md","mtime":"2024-12-14T16:54:09.617Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2195,11 +2195,11 @@ ◉ Penggunaan Fungsi
+
-
+
diff --git a/A-fungsi-variadic.html b/A-fungsi-variadic.html
index 357f89579..4ae885cd0 100644
--- a/A-fungsi-variadic.html
+++ b/A-fungsi-variadic.html
@@ -2194,7 +2194,7 @@ A.20.4. Fungsi Dengan Para
@@ -2216,11 +2216,11 @@ A.20.4. Fungsi Dengan Para
-
+
-
+
diff --git a/A-fungsi.html b/A-fungsi.html
index 4a58cadd0..300a372b8 100644
--- a/A-fungsi.html
+++ b/A-fungsi.html
@@ -2233,7 +2233,7 @@ A
@@ -2255,11 +2255,11 @@ A
-
+
-
+
diff --git a/A-go-command.html b/A-go-command.html
index 29d4a268f..62831fb10 100644
--- a/A-go-command.html
+++ b/A-go-command.html
@@ -2152,7 +2152,7 @@ A.6.8. Command go mod vendor
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"A.6. Go Command","level":"3.1.6","depth":2,"next":{"title":"A.7. Program Pertama: Hello World","level":"3.1.7","depth":2,"path":"A-hello-world.md","ref":"A-hello-world.md","articles":[]},"previous":{"title":"A.5. Instalasi Editor","level":"3.1.5","depth":2,"path":"A-instalasi-editor.md","ref":"A-instalasi-editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-go-command.md","mtime":"2024-12-14T16:50:17.142Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"A.6. Go Command","level":"3.1.6","depth":2,"next":{"title":"A.7. Program Pertama: Hello World","level":"3.1.7","depth":2,"path":"A-hello-world.md","ref":"A-hello-world.md","articles":[]},"previous":{"title":"A.5. Instalasi Editor","level":"3.1.5","depth":2,"path":"A-instalasi-editor.md","ref":"A-instalasi-editor.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-go-command.md","mtime":"2024-12-14T16:54:09.617Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2174,11 +2174,11 @@ A.6.8. Command go mod vendor
+
-
+
diff --git a/A-go-vendoring.html b/A-go-vendoring.html
index 35af5a090..eb6be106c 100644
--- a/A-go-vendoring.html
+++ b/A-go-vendoring.html
@@ -2137,7 +2137,7 @@ A.61.3 Build dan R
@@ -2159,11 +2159,11 @@ A.61.3 Build dan R
-
+
-
+
diff --git a/A-golang-generics.html b/A-golang-generics.html
index d0acc8dba..9f224a8fb 100644
--- a/A-golang-generics.html
+++ b/A-golang-generics.html
@@ -2305,7 +2305,7 @@ A.65.8. Method Generic
@@ -2327,11 +2327,11 @@ A.65.8. Method Generic
-
+
-
+
diff --git a/A-gopath-dan-workspace.html b/A-gopath-dan-workspace.html
index b80fe0019..bc9d4f04f 100644
--- a/A-gopath-dan-workspace.html
+++ b/A-gopath-dan-workspace.html
@@ -2132,7 +2132,7 @@ A.4.2. Setup Workspace
@@ -2154,11 +2154,11 @@ A.4.2. Setup Workspace
-
+
-
+
diff --git a/A-goroutine.html b/A-goroutine.html
index 8ff21ae62..06ece4248 100644
--- a/A-goroutine.html
+++ b/A-goroutine.html
@@ -2163,7 +2163,7 @@ ◉ Penggunaan Fungsi f
@@ -2185,11 +2185,11 @@ ◉ Penggunaan Fungsi f
-
+
-
+
diff --git a/A-hash-sha1.html b/A-hash-sha1.html
index 5cb14efc0..dc5d4422f 100644
--- a/A-hash-sha1.html
+++ b/A-hash-sha1.html
@@ -2174,7 +2174,7 @@ A.47.2. Metode Salting Pada Hash SHA
@@ -2196,11 +2196,11 @@ A.47.2. Metode Salting Pada Hash SHA
-
+
-
+
diff --git a/A-hello-world.html b/A-hello-world.html
index cb974e574..871875bac 100644
--- a/A-hello-world.html
+++ b/A-hello-world.html
@@ -2169,7 +2169,7 @@ A.7.8. Penggunaan Fungsi fmt.Pri
@@ -2191,11 +2191,11 @@ A.7.8. Penggunaan Fungsi fmt.Pri
-
+
-
+
diff --git a/A-instalasi-editor.html b/A-instalasi-editor.html
index 36c440def..70162b516 100644
--- a/A-instalasi-editor.html
+++ b/A-instalasi-editor.html
@@ -2125,7 +2125,7 @@ A.5.3. Setup Editorconfig
@@ -2147,11 +2147,11 @@ A.5.3. Setup Editorconfig
-
+
-
+
diff --git a/A-interface-kosong.html b/A-interface-kosong.html
index cc96e51c2..5d41a0fa2 100644
--- a/A-interface-kosong.html
+++ b/A-interface-kosong.html
@@ -2210,7 +2210,7 @@ A.28.5. Kombinasi Slice, m
@@ -2232,11 +2232,11 @@ A.28.5. Kombinasi Slice, m
-
+
-
+
diff --git a/A-interface.html b/A-interface.html
index 29ccfe102..4e2a59a62 100644
--- a/A-interface.html
+++ b/A-interface.html
@@ -2235,7 +2235,7 @@ A.27.2. Embedded Interface
@@ -2257,11 +2257,11 @@ A.27.2. Embedded Interface
-
+
-
+
diff --git a/A-json.html b/A-json.html
index 4690e88d7..3f61f0e27 100644
--- a/A-json.html
+++ b/A-json.html
@@ -2195,7 +2195,7 @@ A.53.4. Encode Objek Ke JSON String
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"A.53. JSON Data","level":"3.1.53","depth":2,"next":{"title":"A.54. Web Service API Server","level":"3.1.54","depth":2,"path":"A-web-service-api.md","ref":"A-web-service-api.md","articles":[]},"previous":{"title":"A.52. URL Parsing","level":"3.1.52","depth":2,"path":"A-url-parsing.md","ref":"A-url-parsing.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-json.md","mtime":"2024-12-14T16:50:17.142Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"A.53. JSON Data","level":"3.1.53","depth":2,"next":{"title":"A.54. Web Service API Server","level":"3.1.54","depth":2,"path":"A-web-service-api.md","ref":"A-web-service-api.md","articles":[]},"previous":{"title":"A.52. URL Parsing","level":"3.1.52","depth":2,"path":"A-url-parsing.md","ref":"A-url-parsing.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-json.md","mtime":"2024-12-14T16:54:09.617Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2217,11 +2217,11 @@ A.53.4. Encode Objek Ke JSON String
+
-
+
diff --git a/A-komentar.html b/A-komentar.html
index 906625c8c..7718388e2 100644
--- a/A-komentar.html
+++ b/A-komentar.html
@@ -2132,7 +2132,7 @@ A.8.2. Komentar Multiline
@@ -2154,11 +2154,11 @@ A.8.2. Komentar Multiline
-
+
-
+
diff --git a/A-konstanta.html b/A-konstanta.html
index 44789cc16..24e988bb9 100644
--- a/A-konstanta.html
+++ b/A-konstanta.html
@@ -2175,7 +2175,7 @@ A.11.2. Deklarasi Multi Konstanta
@@ -2197,11 +2197,11 @@ A.11.2. Deklarasi Multi Konstanta
-
+
-
+
diff --git a/A-map.html b/A-map.html
index ee4ab3af0..37e523061 100644
--- a/A-map.html
+++ b/A-map.html
@@ -2218,7 +2218,7 @@ A.17.6. Kombinasi Slice & Map
@@ -2240,11 +2240,11 @@ A.17.6. Kombinasi Slice & Map
-
+
-
+
diff --git a/A-method.html b/A-method.html
index ce1df59f2..314361783 100644
--- a/A-method.html
+++ b/A-method.html
@@ -2216,7 +2216,7 @@ A.25.3. Apak
@@ -2238,11 +2238,11 @@ A.25.3. Apak
-
+
-
+
diff --git a/A-mongodb.html b/A-mongodb.html
index ecd9ffa76..04a673322 100644
--- a/A-mongodb.html
+++ b/A-mongodb.html
@@ -2359,7 +2359,7 @@ A.57.6. Aggregate Data
@@ -2381,11 +2381,11 @@ A.57.6. Aggregate Data
-
+
-
+
diff --git a/A-mutex.html b/A-mutex.html
index ee76ae1db..4033d6701 100644
--- a/A-mutex.html
+++ b/A-mutex.html
@@ -2234,7 +2234,7 @@ A.60.4. Penerapan sync.Mutex
@@ -2256,11 +2256,11 @@ A.60.4. Penerapan sync.Mutex
-
+
-
+
diff --git a/A-operator.html b/A-operator.html
index f4443f2de..0c746f7fc 100644
--- a/A-operator.html
+++ b/A-operator.html
@@ -2231,7 +2231,7 @@ A.12.3. Operator Logika
@@ -2253,11 +2253,11 @@ A.12.3. Operator Logika
-
+
-
+
diff --git a/A-perulangan.html b/A-perulangan.html
index 087919053..f20f84b26 100644
--- a/A-perulangan.html
+++ b/A-perulangan.html
@@ -2219,7 +2219,7 @@ A.14.7. Pemanfaatan Label Dalam
@@ -2241,11 +2241,11 @@ A.14.7. Pemanfaatan Label Dalam
-
+
-
+
diff --git a/A-pipeline-context-cancellation.html b/A-pipeline-context-cancellation.html
index 83ffd5828..25d87df2c 100644
--- a/A-pipeline-context-cancellation.html
+++ b/A-pipeline-context-cancellation.html
@@ -2449,7 +2449,7 @@ A.64.5. Cancel Context S
@@ -2471,11 +2471,11 @@ A.64.5. Cancel Context S
-
+
-
+
diff --git a/A-pointer.html b/A-pointer.html
index 6d060d446..d5730a916 100644
--- a/A-pointer.html
+++ b/A-pointer.html
@@ -2172,7 +2172,7 @@ A.23.3. Parameter Pointer
@@ -2194,11 +2194,11 @@ A.23.3. Parameter Pointer
-
+
-
+
diff --git a/A-properti-public-dan-private.html b/A-properti-public-dan-private.html
index 97fc0fe5b..6492549a1 100644
--- a/A-properti-public-dan-private.html
+++ b/A-properti-public-dan-private.html
@@ -2337,7 +2337,7 @@ ◉ Fungsi init()
@@ -2359,11 +2359,11 @@ ◉ Fungsi init()
-
+
-
+
diff --git a/A-random.html b/A-random.html
index 91159dbaa..a9d2e7377 100644
--- a/A-random.html
+++ b/A-random.html
@@ -2181,7 +2181,7 @@ A.39.6. Random Tipe Data String
@@ -2203,11 +2203,11 @@ A.39.6. Random Tipe Data String
-
+
-
+
diff --git a/A-reflect.html b/A-reflect.html
index b671c0730..731c5c9a1 100644
--- a/A-reflect.html
+++ b/A-reflect.html
@@ -2217,7 +2217,7 @@ A.29.3. Pengaksesan In
@@ -2239,11 +2239,11 @@ A.29.3. Pengaksesan In
-
+
-
+
diff --git a/A-regex.html b/A-regex.html
index 899c3a846..7c99caede 100644
--- a/A-regex.html
+++ b/A-regex.html
@@ -2217,7 +2217,7 @@ A.45.8. Method Split()
@@ -2239,11 +2239,11 @@ A.45.8. Method Split()
-
+
-
+
diff --git a/A-seleksi-kondisi.html b/A-seleksi-kondisi.html
index 569098362..60040ec4e 100644
--- a/A-seleksi-kondisi.html
+++ b/A-seleksi-kondisi.html
@@ -2256,7 +2256,7 @@ A.13.8. Seleksi Kondisi Bersarang
@@ -2278,11 +2278,11 @@ A.13.8. Seleksi Kondisi Bersarang
-
+
-
+
diff --git a/A-setup-go-project-dengan-go-modules.html b/A-setup-go-project-dengan-go-modules.html
index 6635260fe..dadaabda4 100644
--- a/A-setup-go-project-dengan-go-modules.html
+++ b/A-setup-go-project-dengan-go-modules.html
@@ -2125,7 +2125,7 @@ A.3.2. Inisialisasi Pro
@@ -2147,11 +2147,11 @@ A.3.2. Inisialisasi Pro
-
+
-
+
diff --git a/A-simplified-fan-in-fan-out-pipeline.html b/A-simplified-fan-in-fan-out-pipeline.html
index 1ccdfbe0a..a0db1c4b6 100644
--- a/A-simplified-fan-in-fan-out-pipeline.html
+++ b/A-simplified-fan-in-fan-out-pipeline.html
@@ -2370,7 +2370,7 @@ ◉ Program Gene
@@ -2392,11 +2392,11 @@ ◉ Program Gene
-
+
-
+
diff --git a/A-slice.html b/A-slice.html
index 6e4c4a6db..0ed0e0d80 100644
--- a/A-slice.html
+++ b/A-slice.html
@@ -2349,7 +2349,7 @@ A.16.8. Pengaksesan Eleme
@@ -2371,11 +2371,11 @@ A.16.8. Pengaksesan Eleme
-
+
-
+
diff --git a/A-sql.html b/A-sql.html
index b777faa11..026f065e8 100644
--- a/A-sql.html
+++ b/A-sql.html
@@ -2360,7 +2360,7 @@ A.56.7. Koneksi Dengan Engine
@@ -2382,11 +2382,11 @@ A.56.7. Koneksi Dengan Engine
-
+
-
+
diff --git a/A-string-format.html b/A-string-format.html
index 682995b10..2e60aee45 100644
--- a/A-string-format.html
+++ b/A-string-format.html
@@ -2277,7 +2277,7 @@ A.38.18. Layout Format %%
@@ -2299,11 +2299,11 @@ A.38.18. Layout Format %%
-
+
-
+
diff --git a/A-strings.html b/A-strings.html
index b5c40e9e6..941704a13 100644
--- a/A-strings.html
+++ b/A-strings.html
@@ -2202,7 +2202,7 @@ A.44.11. Fungsi strings.ToUpper()
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"A.44. Fungsi String","level":"3.1.44","depth":2,"next":{"title":"A.45. Regexp","level":"3.1.45","depth":2,"path":"A-regex.md","ref":"A-regex.md","articles":[]},"previous":{"title":"A.43. Konversi Antar Tipe Data","level":"3.1.43","depth":2,"path":"A-data-type-conversion.md","ref":"A-data-type-conversion.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-strings.md","mtime":"2024-12-14T16:50:17.146Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"A.44. Fungsi String","level":"3.1.44","depth":2,"next":{"title":"A.45. Regexp","level":"3.1.45","depth":2,"path":"A-regex.md","ref":"A-regex.md","articles":[]},"previous":{"title":"A.43. Konversi Antar Tipe Data","level":"3.1.43","depth":2,"path":"A-data-type-conversion.md","ref":"A-data-type-conversion.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-strings.md","mtime":"2024-12-14T16:54:09.617Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2224,11 +2224,11 @@ A.44.11. Fungsi strings.ToUpper()
+
-
+
diff --git a/A-struct.html b/A-struct.html
index a47fabd5b..fc308d388 100644
--- a/A-struct.html
+++ b/A-struct.html
@@ -2400,7 +2400,7 @@ A.24.15. Type Alias
@@ -2422,11 +2422,11 @@ A.24.15. Type Alias
-
+
-
+
diff --git a/A-time-duration.html b/A-time-duration.html
index 3a6e849aa..8864ed3ac 100644
--- a/A-time-duration.html
+++ b/A-time-duration.html
@@ -2181,7 +2181,7 @@ A.42.5. Konversi Angka ke tim
@@ -2203,11 +2203,11 @@ A.42.5. Konversi Angka ke tim
-
+
-
+
diff --git a/A-time-parsing-format.html b/A-time-parsing-format.html
index 2ed8657fa..7c338e226 100644
--- a/A-time-parsing-format.html
+++ b/A-time-parsing-format.html
@@ -2497,7 +2497,7 @@ A.40.6. Handle Error Parsing t
@@ -2519,11 +2519,11 @@ A.40.6. Handle Error Parsing t
-
+
-
+
diff --git a/A-timer-ticker-scheduler.html b/A-timer-ticker-scheduler.html
index 830497ea5..6a52f369c 100644
--- a/A-timer-ticker-scheduler.html
+++ b/A-timer-ticker-scheduler.html
@@ -2240,7 +2240,7 @@ A.41.7. Kombinasi Timer & Goroutine
@@ -2262,11 +2262,11 @@ A.41.7. Kombinasi Timer & Goroutine
-
+
-
+
diff --git a/A-tipe-data.html b/A-tipe-data.html
index d705e6508..b3f9178c5 100644
--- a/A-tipe-data.html
+++ b/A-tipe-data.html
@@ -2229,7 +2229,7 @@ A.10.5. Nilai nil
& Zero Va
@@ -2251,11 +2251,11 @@ A.10.5. Nilai nil
& Zero Va
-
+
-
+
diff --git a/A-unit-test.html b/A-unit-test.html
index 5ec4f3783..642ee9c95 100644
--- a/A-unit-test.html
+++ b/A-unit-test.html
@@ -2315,7 +2315,7 @@ A.58.5. Testing Menggunakan testify
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"A.58. Unit Test","level":"3.1.58","depth":2,"next":{"title":"A.59. sync.WaitGroup","level":"3.1.59","depth":2,"path":"A-waitgroup.md","ref":"A-waitgroup.md","articles":[]},"previous":{"title":"A.57. NoSQL MongoDB","level":"3.1.57","depth":2,"path":"A-mongodb.md","ref":"A-mongodb.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-unit-test.md","mtime":"2024-12-14T16:50:17.146Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"A.58. Unit Test","level":"3.1.58","depth":2,"next":{"title":"A.59. sync.WaitGroup","level":"3.1.59","depth":2,"path":"A-waitgroup.md","ref":"A-waitgroup.md","articles":[]},"previous":{"title":"A.57. NoSQL MongoDB","level":"3.1.57","depth":2,"path":"A-mongodb.md","ref":"A-mongodb.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-unit-test.md","mtime":"2024-12-14T16:54:09.621Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2337,11 +2337,11 @@ A.58.5. Testing Menggunakan testify
+
-
+
diff --git a/A-url-parsing.html b/A-url-parsing.html
index 492310132..d6e278401 100644
--- a/A-url-parsing.html
+++ b/A-url-parsing.html
@@ -2131,7 +2131,7 @@ A.52. URL Parsing
@@ -2153,11 +2153,11 @@ A.52. URL Parsing
-
+
-
+
diff --git a/A-variabel.html b/A-variabel.html
index c2c5d98ae..9225cf137 100644
--- a/A-variabel.html
+++ b/A-variabel.html
@@ -2212,7 +2212,7 @@ A.9.7. Deklarasi Variab
@@ -2234,11 +2234,11 @@ A.9.7. Deklarasi Variab
-
+
-
+
diff --git a/A-waitgroup.html b/A-waitgroup.html
index 144509b16..4ba644358 100644
--- a/A-waitgroup.html
+++ b/A-waitgroup.html
@@ -2156,7 +2156,7 @@ A.59.2. Perbedaan WaitGroup Den
@@ -2178,11 +2178,11 @@ A.59.2. Perbedaan WaitGroup Den
-
+
-
+
diff --git a/A-web-server.html b/A-web-server.html
index d732aa965..2993968c1 100644
--- a/A-web-server.html
+++ b/A-web-server.html
@@ -2188,7 +2188,7 @@ A.51.3. Advanced Web Programming
@@ -2210,11 +2210,11 @@ A.51.3. Advanced Web Programming
-
+
-
+
diff --git a/A-web-service-api.html b/A-web-service-api.html
index 8d2d5660c..cbabcaf92 100644
--- a/A-web-service-api.html
+++ b/A-web-service-api.html
@@ -2213,7 +2213,7 @@ A.54.3. Test Web Service API via
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"A.54. Web Service API Server","level":"3.1.54","depth":2,"next":{"title":"A.55. Simple Client HTTP Request","level":"3.1.55","depth":2,"path":"A-client-http-request-simple.md","ref":"A-client-http-request-simple.md","articles":[]},"previous":{"title":"A.53. JSON Data","level":"3.1.53","depth":2,"path":"A-json.md","ref":"A-json.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-web-service-api.md","mtime":"2024-12-14T16:50:17.146Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"A.54. Web Service API Server","level":"3.1.54","depth":2,"next":{"title":"A.55. Simple Client HTTP Request","level":"3.1.55","depth":2,"path":"A-client-http-request-simple.md","ref":"A-client-http-request-simple.md","articles":[]},"previous":{"title":"A.53. JSON Data","level":"3.1.53","depth":2,"path":"A-json.md","ref":"A-json.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"A-web-service-api.md","mtime":"2024-12-14T16:54:09.621Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2235,11 +2235,11 @@ A.54.3. Test Web Service API via
+
-
+
diff --git a/B-ajax-json-payload.html b/B-ajax-json-payload.html
index 0b4c610d7..71aedfe1f 100644
--- a/B-ajax-json-payload.html
+++ b/B-ajax-json-payload.html
@@ -2262,7 +2262,7 @@ B.14.5. Testing
@@ -2284,11 +2284,11 @@ B.14.5. Testing
-
+
-
+
diff --git a/B-ajax-json-response.html b/B-ajax-json-response.html
index 7f494d3c5..1ff6043fe 100644
--- a/B-ajax-json-response.html
+++ b/B-ajax-json-response.html
@@ -2162,7 +2162,7 @@ B.15.3. JSON Response menggu
@@ -2184,11 +2184,11 @@ B.15.3. JSON Response menggu
-
+
-
+
diff --git a/B-ajax-multi-upload.html b/B-ajax-multi-upload.html
index 9d7f4b7c1..63798753b 100644
--- a/B-ajax-multi-upload.html
+++ b/B-ajax-multi-upload.html
@@ -2258,7 +2258,7 @@ B.16.4. Testing
@@ -2280,11 +2280,11 @@ B.16.4. Testing
-
+
-
+
diff --git a/B-cookie.html b/B-cookie.html
index e652a9937..e8c0f7281 100644
--- a/B-cookie.html
+++ b/B-cookie.html
@@ -2232,7 +2232,7 @@ B.21.3. Properties Object http.
@@ -2254,11 +2254,11 @@ B.21.3. Properties Object http.
-
+
-
+
diff --git a/B-custom-mux-multiplexer.html b/B-custom-mux-multiplexer.html
index ab02bc7cc..da4590417 100644
--- a/B-custom-mux-multiplexer.html
+++ b/B-custom-mux-multiplexer.html
@@ -2161,7 +2161,7 @@ B.20.2. Testing
@@ -2183,11 +2183,11 @@ B.20.2. Testing
-
+
-
+
diff --git a/B-download-file.html b/B-download-file.html
index 3a22088fe..62d7ab191 100644
--- a/B-download-file.html
+++ b/B-download-file.html
@@ -2278,7 +2278,7 @@ B.17.4. Testing
@@ -2300,11 +2300,11 @@ B.17.4. Testing
-
+
-
+
diff --git a/B-form-upload-file.html b/B-form-upload-file.html
index d9a854d97..f7d2aaa19 100644
--- a/B-form-upload-file.html
+++ b/B-form-upload-file.html
@@ -2240,7 +2240,7 @@ B.13.4. Testing
@@ -2262,11 +2262,11 @@ B.13.4. Testing
-
+
-
+
diff --git a/B-form-value.html b/B-form-value.html
index 69b778875..2dfcc6a16 100644
--- a/B-form-value.html
+++ b/B-form-value.html
@@ -2207,7 +2207,7 @@ B.12.3. Testing
@@ -2229,11 +2229,11 @@ B.12.3. Testing
-
+
-
+
diff --git a/B-golang-web-hello-world.html b/B-golang-web-hello-world.html
index da55da9ae..c037187ae 100644
--- a/B-golang-web-hello-world.html
+++ b/B-golang-web-hello-world.html
@@ -2201,7 +2201,7 @@ B.1.2. Web Server Menggunakan
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"B.1. Golang Web App: Hello World","level":"4.1.1","depth":2,"next":{"title":"B.2. Routing http.HandleFunc","level":"4.1.2","depth":2,"path":"B-routing-http-handlefunc.md","ref":"B-routing-http-handlefunc.md","articles":[]},"previous":{"title":"B. Pemrograman Web Go Dasar","level":"4.1","depth":1,"ref":"","articles":[{"title":"B.1. Golang Web App: Hello World","level":"4.1.1","depth":2,"path":"B-golang-web-hello-world.md","ref":"B-golang-web-hello-world.md","articles":[]},{"title":"B.2. Routing http.HandleFunc","level":"4.1.2","depth":2,"path":"B-routing-http-handlefunc.md","ref":"B-routing-http-handlefunc.md","articles":[]},{"title":"B.3. Routing Static Assets","level":"4.1.3","depth":2,"path":"B-routing-static-assets.md","ref":"B-routing-static-assets.md","articles":[]},{"title":"B.4. Template: Render HTML Template","level":"4.1.4","depth":2,"path":"B-template-render-html.md","ref":"B-template-render-html.md","articles":[]},{"title":"B.5. Template: Render Partial HTML Template","level":"4.1.5","depth":2,"path":"B-template-render-partial-html.md","ref":"B-template-render-partial-html.md","articles":[]},{"title":"B.6. Template: Actions & Variables","level":"4.1.6","depth":2,"path":"B-template-actions-variables.md","ref":"B-template-actions-variables.md","articles":[]},{"title":"B.7. Template: Functions","level":"4.1.7","depth":2,"path":"B-template-functions.md","ref":"B-template-functions.md","articles":[]},{"title":"B.8. Template: Custom Functions","level":"4.1.8","depth":2,"path":"B-template-custom-functions.md","ref":"B-template-custom-functions.md","articles":[]},{"title":"B.9. Template: Render Specific HTML Template","level":"4.1.9","depth":2,"path":"B-render-specific-html-template.md","ref":"B-render-specific-html-template.md","articles":[]},{"title":"B.10. Template: Render HTML String","level":"4.1.10","depth":2,"path":"B-render-html-string.md","ref":"B-render-html-string.md","articles":[]},{"title":"B.11. HTTP Method: POST & GET","level":"4.1.11","depth":2,"path":"B-http-method-basic.md","ref":"B-http-method-basic.md","articles":[]},{"title":"B.12. Form Value","level":"4.1.12","depth":2,"path":"B-form-value.md","ref":"B-form-value.md","articles":[]},{"title":"B.13. Form Upload File","level":"4.1.13","depth":2,"path":"B-form-upload-file.md","ref":"B-form-upload-file.md","articles":[]},{"title":"B.14. AJAX JSON Payload","level":"4.1.14","depth":2,"path":"B-ajax-json-payload.md","ref":"B-ajax-json-payload.md","articles":[]},{"title":"B.15. AJAX JSON Response","level":"4.1.15","depth":2,"path":"B-ajax-json-response.md","ref":"B-ajax-json-response.md","articles":[]},{"title":"B.16. AJAX Multiple File Upload","level":"4.1.16","depth":2,"path":"B-ajax-multi-upload.md","ref":"B-ajax-multi-upload.md","articles":[]},{"title":"B.17. Download File","level":"4.1.17","depth":2,"path":"B-download-file.md","ref":"B-download-file.md","articles":[]},{"title":"B.18. HTTP Basic Auth","level":"4.1.18","depth":2,"path":"B-http-basic-auth.md","ref":"B-http-basic-auth.md","articles":[]},{"title":"B.19. Middleware http.Handler","level":"4.1.19","depth":2,"path":"B-middleware-using-http-handler.md","ref":"B-middleware-using-http-handler.md","articles":[]},{"title":"B.20. Custom Multiplexer","level":"4.1.20","depth":2,"path":"B-custom-mux-multiplexer.md","ref":"B-custom-mux-multiplexer.md","articles":[]},{"title":"B.21. HTTP Cookie","level":"4.1.21","depth":2,"path":"B-cookie.md","ref":"B-cookie.md","articles":[]},{"title":"B.22. Simple Configuration","level":"4.1.22","depth":2,"path":"B-simple-configuration.md","ref":"B-simple-configuration.md","articles":[]},{"title":"B.23. Server Handler HTTP Request Cancellation","level":"4.1.23","depth":2,"path":"B-server-handler-http-request-cancellation.md","ref":"B-server-handler-http-request-cancellation.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"B-golang-web-hello-world.md","mtime":"2024-12-14T16:50:17.146Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"B.1. Golang Web App: Hello World","level":"4.1.1","depth":2,"next":{"title":"B.2. Routing http.HandleFunc","level":"4.1.2","depth":2,"path":"B-routing-http-handlefunc.md","ref":"B-routing-http-handlefunc.md","articles":[]},"previous":{"title":"B. Pemrograman Web Go Dasar","level":"4.1","depth":1,"ref":"","articles":[{"title":"B.1. Golang Web App: Hello World","level":"4.1.1","depth":2,"path":"B-golang-web-hello-world.md","ref":"B-golang-web-hello-world.md","articles":[]},{"title":"B.2. Routing http.HandleFunc","level":"4.1.2","depth":2,"path":"B-routing-http-handlefunc.md","ref":"B-routing-http-handlefunc.md","articles":[]},{"title":"B.3. Routing Static Assets","level":"4.1.3","depth":2,"path":"B-routing-static-assets.md","ref":"B-routing-static-assets.md","articles":[]},{"title":"B.4. Template: Render HTML Template","level":"4.1.4","depth":2,"path":"B-template-render-html.md","ref":"B-template-render-html.md","articles":[]},{"title":"B.5. Template: Render Partial HTML Template","level":"4.1.5","depth":2,"path":"B-template-render-partial-html.md","ref":"B-template-render-partial-html.md","articles":[]},{"title":"B.6. Template: Actions & Variables","level":"4.1.6","depth":2,"path":"B-template-actions-variables.md","ref":"B-template-actions-variables.md","articles":[]},{"title":"B.7. Template: Functions","level":"4.1.7","depth":2,"path":"B-template-functions.md","ref":"B-template-functions.md","articles":[]},{"title":"B.8. Template: Custom Functions","level":"4.1.8","depth":2,"path":"B-template-custom-functions.md","ref":"B-template-custom-functions.md","articles":[]},{"title":"B.9. Template: Render Specific HTML Template","level":"4.1.9","depth":2,"path":"B-render-specific-html-template.md","ref":"B-render-specific-html-template.md","articles":[]},{"title":"B.10. Template: Render HTML String","level":"4.1.10","depth":2,"path":"B-render-html-string.md","ref":"B-render-html-string.md","articles":[]},{"title":"B.11. HTTP Method: POST & GET","level":"4.1.11","depth":2,"path":"B-http-method-basic.md","ref":"B-http-method-basic.md","articles":[]},{"title":"B.12. Form Value","level":"4.1.12","depth":2,"path":"B-form-value.md","ref":"B-form-value.md","articles":[]},{"title":"B.13. Form Upload File","level":"4.1.13","depth":2,"path":"B-form-upload-file.md","ref":"B-form-upload-file.md","articles":[]},{"title":"B.14. AJAX JSON Payload","level":"4.1.14","depth":2,"path":"B-ajax-json-payload.md","ref":"B-ajax-json-payload.md","articles":[]},{"title":"B.15. AJAX JSON Response","level":"4.1.15","depth":2,"path":"B-ajax-json-response.md","ref":"B-ajax-json-response.md","articles":[]},{"title":"B.16. AJAX Multiple File Upload","level":"4.1.16","depth":2,"path":"B-ajax-multi-upload.md","ref":"B-ajax-multi-upload.md","articles":[]},{"title":"B.17. Download File","level":"4.1.17","depth":2,"path":"B-download-file.md","ref":"B-download-file.md","articles":[]},{"title":"B.18. HTTP Basic Auth","level":"4.1.18","depth":2,"path":"B-http-basic-auth.md","ref":"B-http-basic-auth.md","articles":[]},{"title":"B.19. Middleware http.Handler","level":"4.1.19","depth":2,"path":"B-middleware-using-http-handler.md","ref":"B-middleware-using-http-handler.md","articles":[]},{"title":"B.20. Custom Multiplexer","level":"4.1.20","depth":2,"path":"B-custom-mux-multiplexer.md","ref":"B-custom-mux-multiplexer.md","articles":[]},{"title":"B.21. HTTP Cookie","level":"4.1.21","depth":2,"path":"B-cookie.md","ref":"B-cookie.md","articles":[]},{"title":"B.22. Simple Configuration","level":"4.1.22","depth":2,"path":"B-simple-configuration.md","ref":"B-simple-configuration.md","articles":[]},{"title":"B.23. Server Handler HTTP Request Cancellation","level":"4.1.23","depth":2,"path":"B-server-handler-http-request-cancellation.md","ref":"B-server-handler-http-request-cancellation.md","articles":[]}]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"B-golang-web-hello-world.md","mtime":"2024-12-14T16:54:09.621Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2223,11 +2223,11 @@ B.1.2. Web Server Menggunakan
+
-
+
diff --git a/B-http-basic-auth.html b/B-http-basic-auth.html
index 4123ae01b..5b8ca7621 100644
--- a/B-http-basic-auth.html
+++ b/B-http-basic-auth.html
@@ -2278,7 +2278,7 @@ B.18.5. Testing
@@ -2300,11 +2300,11 @@ B.18.5. Testing
-
+
-
+
diff --git a/B-http-method-basic.html b/B-http-method-basic.html
index 494bba2a8..c359d7e2f 100644
--- a/B-http-method-basic.html
+++ b/B-http-method-basic.html
@@ -2143,7 +2143,7 @@ B.11.2. Testing
@@ -2165,11 +2165,11 @@ B.11.2. Testing
-
+
-
+
diff --git a/B-middleware-using-http-handler.html b/B-middleware-using-http-handler.html
index 8d03c22f4..0734767a5 100644
--- a/B-middleware-using-http-handler.html
+++ b/B-middleware-using-http-handler.html
@@ -2237,7 +2237,7 @@ B.19.4. Testing
@@ -2259,11 +2259,11 @@ B.19.4. Testing
-
+
-
+
diff --git a/B-render-html-string.html b/B-render-html-string.html
index a497064f6..7e595c888 100644
--- a/B-render-html-string.html
+++ b/B-render-html-string.html
@@ -2143,7 +2143,7 @@ B.10.2. Testing
@@ -2165,11 +2165,11 @@ B.10.2. Testing
-
+
-
+
diff --git a/B-render-specific-html-template.html b/B-render-specific-html-template.html
index 6b332907e..c3c80bb20 100644
--- a/B-render-specific-html-template.html
+++ b/B-render-specific-html-template.html
@@ -2164,7 +2164,7 @@ B.9.3. Testing
@@ -2186,11 +2186,11 @@ B.9.3. Testing
-
+
-
+
diff --git a/B-routing-http-handlefunc.html b/B-routing-http-handlefunc.html
index 2902d7b18..2fb82865a 100644
--- a/B-routing-http-handlefunc.html
+++ b/B-routing-http-handlefunc.html
@@ -2155,7 +2155,7 @@ B.2.2. Run & Test
@@ -2177,11 +2177,11 @@ B.2.2. Run & Test
-
+
-
+
diff --git a/B-routing-static-assets.html b/B-routing-static-assets.html
index c2409c038..2da042cef 100644
--- a/B-routing-static-assets.html
+++ b/B-routing-static-assets.html
@@ -2167,7 +2167,7 @@ B.3.3. Penjelasan
@@ -2189,11 +2189,11 @@ B.3.3. Penjelasan
-
+
-
+
diff --git a/B-server-handler-http-request-cancellation.html b/B-server-handler-http-request-cancellation.html
index 25ad77801..402b49772 100644
--- a/B-server-handler-http-request-cancellation.html
+++ b/B-server-handler-http-request-cancellation.html
@@ -2189,7 +2189,7 @@ B.32.2. Handle Cance
@@ -2211,11 +2211,11 @@ B.32.2. Handle Cance
-
+
-
+
diff --git a/B-simple-configuration.html b/B-simple-configuration.html
index 89ef9a9b0..fe595b379 100644
--- a/B-simple-configuration.html
+++ b/B-simple-configuration.html
@@ -2275,7 +2275,7 @@ ◉ Solusi
@@ -2297,11 +2297,11 @@ ◉ Solusi
-
+
-
+
diff --git a/B-template-actions-variables.html b/B-template-actions-variables.html
index 704552aa7..d3bf499ea 100644
--- a/B-template-actions-variables.html
+++ b/B-template-actions-variables.html
@@ -2280,7 +2280,7 @@ B.6.7. Seleksi Kondisi
@@ -2302,11 +2302,11 @@ B.6.7. Seleksi Kondisi
-
+
-
+
diff --git a/B-template-custom-functions.html b/B-template-custom-functions.html
index 5e2aa90fc..413acda0b 100644
--- a/B-template-custom-functions.html
+++ b/B-template-custom-functions.html
@@ -2183,7 +2183,7 @@
@@ -2205,11 +2205,11 @@
+
-
+
diff --git a/B-template-functions.html b/B-template-functions.html
index 5273e5abe..2b127d055 100644
--- a/B-template-functions.html
+++ b/B-template-functions.html
@@ -2297,7 +2297,7 @@ B.7.7. Fungsi Operator Logika
@@ -2319,11 +2319,11 @@ B.7.7. Fungsi Operator Logika
-
+
-
+
diff --git a/B-template-render-html.html b/B-template-render-html.html
index 0513fd9ea..57966dc51 100644
--- a/B-template-render-html.html
+++ b/B-template-render-html.html
@@ -2200,7 +2200,7 @@ B.4.5. Static File CSS
@@ -2222,11 +2222,11 @@ B.4.5. Static File CSS
-
+
-
+
diff --git a/B-template-render-partial-html.html b/B-template-render-partial-html.html
index a6c354a3e..93026f2f9 100644
--- a/B-template-render-partial-html.html
+++ b/B-template-render-partial-html.html
@@ -2284,7 +2284,7 @@ B.5.6. Pars
@@ -2306,11 +2306,11 @@ B.5.6. Pars
-
+
-
+
diff --git a/C-advanced-configuration-viper.html b/C-advanced-configuration-viper.html
index 8f7ba4497..f96de12b0 100644
--- a/C-advanced-configuration-viper.html
+++ b/C-advanced-configuration-viper.html
@@ -2262,7 +2262,7 @@ C.10.3. Watcher Configuration
@@ -2284,11 +2284,11 @@ C.10.3. Watcher Configuration
-
+
-
+
diff --git a/C-advanced-middleware-and-logging.html b/C-advanced-middleware-and-logging.html
index efb49354d..f948540f1 100644
--- a/C-advanced-middleware-and-logging.html
+++ b/C-advanced-middleware-and-logging.html
@@ -2315,7 +2315,7 @@ C.8.4. 3rd Party Logging Middle
@@ -2337,11 +2337,11 @@ C.8.4. 3rd Party Logging Middle
-
+
-
+
diff --git a/C-best-practice-configuration-env-var.html b/C-best-practice-configuration-env-var.html
index cf27272fb..e22c20009 100644
--- a/C-best-practice-configuration-env-var.html
+++ b/C-best-practice-configuration-env-var.html
@@ -2209,7 +2209,7 @@ C.11.5. Penutup
@@ -2231,11 +2231,11 @@ C.11.5. Penutup
-
+
-
+
diff --git a/C-client-http-request-advanced.html b/C-client-http-request-advanced.html
index 8b8cad52b..960a762ee 100644
--- a/C-client-http-request-advanced.html
+++ b/C-client-http-request-advanced.html
@@ -2251,7 +2251,7 @@ C.26.3. Testing
@@ -2273,11 +2273,11 @@ C.26.3. Testing
-
+
-
+
diff --git a/C-convert-html-to-pdf.html b/C-convert-html-to-pdf.html
index ccae8a1bc..30d4ff225 100644
--- a/C-convert-html-to-pdf.html
+++ b/C-convert-html-to-pdf.html
@@ -2237,7 +2237,7 @@ C.21.2. Konversi HTML dari URL
@@ -2259,11 +2259,11 @@ C.21.2. Konversi HTML dari URL
-
+
-
+
diff --git a/C-cors-preflight-request.html b/C-cors-preflight-request.html
index c15cc687d..2485ef977 100644
--- a/C-cors-preflight-request.html
+++ b/C-cors-preflight-request.html
@@ -2356,7 +2356,7 @@ C.14.5. COR
@@ -2378,11 +2378,11 @@ C.14.5. COR
-
+
-
+
diff --git a/C-csrf.html b/C-csrf.html
index 8db7700d1..0d93c6d55 100644
--- a/C-csrf.html
+++ b/C-csrf.html
@@ -2274,7 +2274,7 @@ C.15.4. Testing
@@ -2296,11 +2296,11 @@ C.15.4. Testing
-
+
-
+
diff --git a/C-dockerize-golang.html b/C-dockerize-golang.html
index 7f2c48b25..e7395b197 100644
--- a/C-dockerize-golang.html
+++ b/C-dockerize-golang.html
@@ -2301,7 +2301,7 @@ ◉ Flag -it
@@ -2323,11 +2323,11 @@ ◉ Flag -it
-
+
-
+
diff --git a/C-echo-routing.html b/C-echo-routing.html
index 121c1e4df..50519c7bc 100644
--- a/C-echo-routing.html
+++ b/C-echo-routing.html
@@ -2293,7 +2293,7 @@ C.3.6. Routing Static Assets
@@ -2315,11 +2315,11 @@ C.3.6. Routing Static Assets
-
+
-
+
diff --git a/C-echo-template-rendering.html b/C-echo-template-rendering.html
index ec479686d..cc65a9fe9 100644
--- a/C-echo-template-rendering.html
+++ b/C-echo-template-rendering.html
@@ -2205,7 +2205,7 @@ C.7.2. Render Parsial dan Spes
@@ -2227,11 +2227,11 @@ C.7.2. Render Parsial dan Spes
-
+
-
+
diff --git a/C-flag-parser.html b/C-flag-parser.html
index ccd607840..9a3176f3b 100644
--- a/C-flag-parser.html
+++ b/C-flag-parser.html
@@ -2363,7 +2363,7 @@ C.9.6. Advanced Command Line Appl
@@ -2385,11 +2385,11 @@ C.9.6. Advanced Command Line Appl
-
+
-
+
diff --git a/C-golang-aws-s3.html b/C-golang-aws-s3.html
index 0778c5fb7..1ee76176d 100644
--- a/C-golang-aws-s3.html
+++ b/C-golang-aws-s3.html
@@ -2441,7 +2441,7 @@ C.39.10 Presign URL
@@ -2463,11 +2463,11 @@ C.39.10 Presign URL
-
+
-
+
diff --git a/C-golang-ftp.html b/C-golang-ftp.html
index 0f4e2076e..9d3181eed 100644
--- a/C-golang-ftp.html
+++ b/C-golang-ftp.html
@@ -2323,7 +2323,7 @@ C.28.7. Upload File
@@ -2345,11 +2345,11 @@ C.28.7. Upload File
-
+
-
+
diff --git a/C-golang-grpc-protobuf.html b/C-golang-grpc-protobuf.html
index c34a54dd1..f30847727 100644
--- a/C-golang-grpc-protobuf.html
+++ b/C-golang-grpc-protobuf.html
@@ -2526,7 +2526,7 @@ ◉ Test rpc client garage
@@ -2548,11 +2548,11 @@ ◉ Test rpc client garage
-
+
-
+
diff --git a/C-golang-jwt.html b/C-golang-jwt.html
index 5d12408c8..310f19e39 100644
--- a/C-golang-jwt.html
+++ b/C-golang-jwt.html
@@ -2410,7 +2410,7 @@ ◉ Mengakses Endpoint
@@ -2432,11 +2432,11 @@ ◉ Mengakses Endpoint
-
+
-
+
diff --git a/C-golang-ldap-authentication.html b/C-golang-ldap-authentication.html
index 824151bd8..93d6a4efa 100644
--- a/C-golang-ldap-authentication.html
+++ b/C-golang-ldap-authentication.html
@@ -2334,7 +2334,7 @@ C.33.6. LDAP TLS
@@ -2356,11 +2356,11 @@ C.33.6. LDAP TLS
-
+
-
+
diff --git a/C-golang-protobuf-implementation.html b/C-golang-protobuf-implementation.html
index 54a7e1cfb..2acd8d623 100644
--- a/C-golang-protobuf-implementation.html
+++ b/C-golang-protobuf-implementation.html
@@ -2394,7 +2394,7 @@ C.30.6. gRPC + Protobuf
@@ -2416,11 +2416,11 @@ C.30.6. gRPC + Protobuf
-
+
-
+
diff --git a/C-golang-redis.html b/C-golang-redis.html
index 7245d3516..0b3995e83 100644
--- a/C-golang-redis.html
+++ b/C-golang-redis.html
@@ -2225,7 +2225,7 @@ C.36.6 Redis expiration time (TTL<
@@ -2247,11 +2247,11 @@ C.36.6 Redis expiration time (TTL<
-
+
-
+
diff --git a/C-golang-ssh-sftp.html b/C-golang-ssh-sftp.html
index a1f46231d..9daab1de1 100644
--- a/C-golang-ssh-sftp.html
+++ b/C-golang-ssh-sftp.html
@@ -2301,7 +2301,7 @@ C.29.4. Transfer File via SFTP
@@ -2323,11 +2323,11 @@ C.29.4. Transfer File via SFTP
-
+
-
+
diff --git a/C-golang-sso-saml-sp.html b/C-golang-sso-saml-sp.html
index 1d9688056..bd69b8e55 100644
--- a/C-golang-sso-saml-sp.html
+++ b/C-golang-sso-saml-sp.html
@@ -2318,7 +2318,7 @@ C.34.7. SSO Multiple SP Apps
@@ -2340,11 +2340,11 @@ C.34.7. SSO Multiple SP Apps
-
+
-
+
diff --git a/C-golang-web-framework.html b/C-golang-web-framework.html
index 8e6681b43..47ea6e973 100644
--- a/C-golang-web-framework.html
+++ b/C-golang-web-framework.html
@@ -2144,7 +2144,7 @@ C.2.5. Database / ORM
@@ -2166,11 +2166,11 @@ C.2.5. Database / ORM
-
+
-
+
diff --git a/C-http-error-handling.html b/C-http-error-handling.html
index bb90f0818..f250f428b 100644
--- a/C-http-error-handling.html
+++ b/C-http-error-handling.html
@@ -2179,7 +2179,7 @@ C.6.3. Custom Error Page
@@ -2201,11 +2201,11 @@ C.6.3. Custom Error Page
-
+
-
+
diff --git a/C-http-gzip-compression.html b/C-http-gzip-compression.html
index a585865cd..38c4e1ea4 100644
--- a/C-http-gzip-compression.html
+++ b/C-http-gzip-compression.html
@@ -2207,7 +2207,7 @@ C.17.3. Gzip Compression di Echo
@@ -2229,11 +2229,11 @@ C.17.3. Gzip Compression di Echo
-
+
-
+
diff --git a/C-http-request-payload-validation.html b/C-http-request-payload-validation.html
index 483995bc6..0e03e9056 100644
--- a/C-http-request-payload-validation.html
+++ b/C-http-request-payload-validation.html
@@ -2190,7 +2190,7 @@ C.5.1. Payload Validation
@@ -2212,11 +2212,11 @@ C.5.1. Payload Validation
-
+
-
+
diff --git a/C-http2-server-push.html b/C-http2-server-push.html
index 021875ac8..da8330f86 100644
--- a/C-http2-server-push.html
+++ b/C-http2-server-push.html
@@ -2228,7 +2228,7 @@ C.25.4. Testing
@@ -2250,11 +2250,11 @@ C.25.4. Testing
-
+
-
+
diff --git a/C-https-tls.html b/C-https-tls.html
index c7fcfd68d..a2d48a49d 100644
--- a/C-https-tls.html
+++ b/C-https-tls.html
@@ -2187,7 +2187,7 @@ C.24.5. Testing
@@ -2209,11 +2209,11 @@ C.24.5. Testing
-
+
-
+
diff --git a/C-parsing-http-request-payload-echo.html b/C-parsing-http-request-payload-echo.html
index e65d2f607..d50ec9f90 100644
--- a/C-parsing-http-request-payload-echo.html
+++ b/C-parsing-http-request-payload-echo.html
@@ -2186,7 +2186,7 @@ ◉ Query String
@@ -2208,11 +2208,11 @@ ◉ Query String
-
+
-
+
diff --git a/C-project-layout-structure.html b/C-project-layout-structure.html
index 0ea4b6a1a..a26244dbb 100644
--- a/C-project-layout-structure.html
+++ b/C-project-layout-structure.html
@@ -2192,7 +2192,7 @@ C.1.2. Struktur Layou
@@ -2214,11 +2214,11 @@ C.1.2. Struktur Layou
-
+
-
+
diff --git a/C-read-write-excel-xlsx-file.html b/C-read-write-excel-xlsx-file.html
index 517ba7d48..129ece634 100644
--- a/C-read-write-excel-xlsx-file.html
+++ b/C-read-write-excel-xlsx-file.html
@@ -2241,7 +2241,7 @@ C.19.3. Membaca File Excel .xlsx
var gitbook = gitbook || [];
gitbook.push(function() {
- gitbook.page.hasChanged({"page":{"title":"C.19. Read & Write Excel XLSX File (Excelize)","level":"5.1.19","depth":2,"next":{"title":"C.20. Write PDF File (gofpdf)","level":"5.1.20","depth":2,"path":"C-write-pdf-file.md","ref":"C-write-pdf-file.md","articles":[]},"previous":{"title":"C.18. Send Mail (net/smtp, Gomail v2)","level":"5.1.18","depth":2,"path":"C-send-email.md","ref":"C-send-email.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"C-read-write-excel-xlsx-file.md","mtime":"2024-12-14T16:50:17.150Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:51:09.418Z"},"basePath":".","book":{"language":""}});
+ gitbook.page.hasChanged({"page":{"title":"C.19. Read & Write Excel XLSX File (Excelize)","level":"5.1.19","depth":2,"next":{"title":"C.20. Write PDF File (gofpdf)","level":"5.1.20","depth":2,"path":"C-write-pdf-file.md","ref":"C-write-pdf-file.md","articles":[]},"previous":{"title":"C.18. Send Mail (net/smtp, Gomail v2)","level":"5.1.18","depth":2,"path":"C-send-email.md","ref":"C-send-email.md","articles":[]},"dir":"ltr"},"config":{"gitbook":"*","theme":"default","variables":{},"plugins":["-search","-lunr","docsearch-v3","disqus","meta","sitemap"],"pluginsConfig":{"docsearch":{"appId":"ZV0MXP90GF","apiKey":"f7431c709385fe300da4c2ef2093c43c","indexName":"dasarpemrogramangolang-novalagung"},"disqus":{"useIdentifier":false,"shortName":"dasarpemrogramangolang"},"meta":{"name":"","content":"","data":[{"name":"google-site-verification","content":"UZnxS2Dk3fm2_Elms3a__56Q_oQ3sQ1h0SVXXlHSmbE"},{"name":"og:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"},{"name":"twitter:image","content":"https://dasarpemrogramangolang.novalagung.com/images/cover_fb_share.jpg"}]},"docsearch-v3":{},"fontsettings":{"theme":"white","family":"sans","size":2},"highlight":{},"sitemap":{"hostname":"https://dasarpemrogramangolang.novalagung.com/"},"sharing":{"facebook":true,"twitter":true,"google":false,"weibo":false,"instapaper":false,"vk":false,"all":["facebook","google","twitter","weibo","instapaper"]},"theme-default":{"styles":{"website":"styles/website.css","pdf":"styles/pdf.css","epub":"styles/epub.css","mobi":"styles/mobi.css","ebook":"styles/ebook.css","print":"styles/print.css"},"showLevel":false}},"structure":{"langs":"LANGS.md","readme":"README.md","glossary":"GLOSSARY.md","summary":"SUMMARY.md"},"pdf":{"pageNumbers":true,"fontSize":12,"fontFamily":"Arial","paperSize":"a4","chapterMark":"pagebreak","pageBreaksBefore":"/","margin":{"right":10,"left":10,"top":56,"bottom":56}},"styles":{"website":"style-website-v4.css"}},"file":{"path":"C-read-write-excel-xlsx-file.md","mtime":"2024-12-14T16:54:09.625Z","type":"markdown"},"gitbook":{"version":"3.2.3","time":"2024-12-14T16:55:01.942Z"},"basePath":".","book":{"language":""}});
});
@@ -2263,11 +2263,11 @@ C.19.3. Membaca File Excel .xlsx
+
-
+
diff --git a/C-scraping-parsing-html.html b/C-scraping-parsing-html.html
index fda6ab6a7..460b3cdc3 100644
--- a/C-scraping-parsing-html.html
+++ b/C-scraping-parsing-html.html
@@ -2242,7 +2242,7 @@ C.22.3. Modifikasi HTML
@@ -2264,11 +2264,11 @@ C.22.3. Modifikasi HTML
-
+
-
+
diff --git a/C-secure-insecure-client-http-request.html b/C-secure-insecure-client-http-request.html
index 5eba7be72..64f6ef563 100644
--- a/C-secure-insecure-client-http-request.html
+++ b/C-secure-insecure-client-http-request.html
@@ -2236,7 +2236,7 @@ C.27.6. Konfigurasi SSL/TLS Lanjutan
@@ -2258,11 +2258,11 @@ C.27.6. Konfigurasi SSL/TLS Lanjutan
-
+
-
+
diff --git a/C-secure-middleware.html b/C-secure-middleware.html
index 5330f6ef9..976a883ad 100644
--- a/C-secure-middleware.html
+++ b/C-secure-middleware.html
@@ -2207,7 +2207,7 @@ C.15.3. Property Library Secure
@@ -2229,11 +2229,11 @@ C.15.3. Property Library Secure
-
+
-
+
diff --git a/C-securecookie.html b/C-securecookie.html
index 8576d0256..56996c1af 100644
--- a/C-securecookie.html
+++ b/C-securecookie.html
@@ -2222,7 +2222,7 @@ C.12.2. Delete Secure Cookie
@@ -2244,11 +2244,11 @@ C.12.2. Delete Secure Cookie
-
+
-
+
diff --git a/C-send-email.html b/C-send-email.html
index c069b9bae..d993d2492 100644
--- a/C-send-email.html
+++ b/C-send-email.html
@@ -2252,7 +2252,7 @@
@@ -2274,11 +2274,11 @@
+
-
+
diff --git a/C-session.html b/C-session.html
index 07d37fdc9..2d6e4322e 100644
--- a/C-session.html
+++ b/C-session.html
@@ -2354,7 +2354,7 @@ C.13.9. Test Aplikasi
@@ -2376,11 +2376,11 @@ C.13.9. Test Aplikasi
-
+
-
+
diff --git a/C-singleflight.html b/C-singleflight.html
index 5674a4391..6958aec22 100644
--- a/C-singleflight.html
+++ b/C-singleflight.html
@@ -2285,7 +2285,7 @@ C.37.4. Generate report de
@@ -2307,11 +2307,11 @@ C.37.4. Generate report de
-
+
-
+
diff --git a/C-write-pdf-file.html b/C-write-pdf-file.html
index 126ee9693..609f269b3 100644
--- a/C-write-pdf-file.html
+++ b/C-write-pdf-file.html
@@ -2162,7 +2162,7 @@ ◉ Method .Image()
@@ -2184,11 +2184,11 @@ ◉ Method .Image()
-
+
-
+
diff --git a/C-xml-parser.html b/C-xml-parser.html
index 16940fdb2..b8036f7d8 100644
--- a/C-xml-parser.html
+++ b/C-xml-parser.html
@@ -2314,7 +2314,7 @@ C.23.3. Membuat XML dari Golang
@@ -2336,11 +2336,11 @@ C.23.3. Membuat XML dari Golang
-
+
-
+
diff --git a/CHANGELOG.html b/CHANGELOG.html
index dab397953..4e922c31a 100644
--- a/CHANGELOG.html
+++ b/CHANGELOG.html
@@ -2145,7 +2145,7 @@ ◉ General update
@@ -2167,11 +2167,11 @@ ◉ General update
-
+
-
+
diff --git a/CONTRIBUTING.html b/CONTRIBUTING.html
index b31a8b2a6..8960447e0 100644
--- a/CONTRIBUTING.html
+++ b/CONTRIBUTING.html
@@ -2170,7 +2170,7 @@ Contributors
@@ -2192,11 +2192,11 @@ Contributors
-
+
-
+
diff --git a/D-golang-web-socket-chatting-app.html b/D-golang-web-socket-chatting-app.html
index cb46618ca..8c0dfdeb8 100644
--- a/D-golang-web-socket-chatting-app.html
+++ b/D-golang-web-socket-chatting-app.html
@@ -2429,7 +2429,7 @@ D.3.3. Testing
@@ -2451,11 +2451,11 @@ D.3.3. Testing
-
+
-
+
diff --git a/D-google-api-search.html b/D-google-api-search.html
index b41ee4967..deb4bd35c 100644
--- a/D-google-api-search.html
+++ b/D-google-api-search.html
@@ -2364,7 +2364,7 @@ D.2.3. Google Search API Res
@@ -2386,11 +2386,11 @@ D.2.3. Google Search API Res
-
+
-
+
diff --git a/D-insert-1mil-csv-record-into-db-in-a-minute.html b/D-insert-1mil-csv-record-into-db-in-a-minute.html
index 232a166f2..cef91c1a4 100644
--- a/D-insert-1mil-csv-record-into-db-in-a-minute.html
+++ b/D-insert-1mil-csv-record-into-db-in-a-minute.html
@@ -2346,7 +2346,7 @@ D.1.4. Eksekusi Program
@@ -2368,11 +2368,11 @@ D.1.4. Eksekusi Program
-
+
-
+
diff --git a/DISTRIBUTION.html b/DISTRIBUTION.html
index 74853c5d7..dd54a27ec 100644
--- a/DISTRIBUTION.html
+++ b/DISTRIBUTION.html
@@ -2101,7 +2101,7 @@ Lisensi dan Distribusi Konten
@@ -2123,11 +2123,11 @@ Lisensi dan Distribusi Konten
-
+
-
+
diff --git a/download-ebook.html b/download-ebook.html
index 180a5d5e0..2b636c2b8 100644
--- a/download-ebook.html
+++ b/download-ebook.html
@@ -2100,7 +2100,7 @@ Download Ebook
@@ -2122,11 +2122,11 @@ Download Ebook
-
+
-
+
diff --git a/index.html b/index.html
index 68b479919..c3c144990 100644
--- a/index.html
+++ b/index.html
@@ -2124,7 +2124,7 @@ Author
@@ -2146,11 +2146,11 @@ Author
-
+
-
+