From 83b88fdb8644d842d07b22c7a47ad8386d6b9645 Mon Sep 17 00:00:00 2001 From: tink Date: Wed, 4 Oct 2023 10:54:19 +0800 Subject: [PATCH] add google analytic --- hugo.toml | 1 + public/404.html | 11 +++++++++++ public/analysis-tools/dlv/index.html | 11 +++++++++++ public/analysis-tools/gdb/index.html | 11 +++++++++++ public/analysis-tools/go-buildin-tools/index.html | 11 +++++++++++ public/analysis-tools/index.html | 11 +++++++++++ public/categories/index.html | 11 +++++++++++ public/compiler/index.html | 11 +++++++++++ public/concurrency/atomic/index.html | 11 +++++++++++ public/concurrency/channel/index.html | 11 +++++++++++ public/concurrency/context/index.html | 11 +++++++++++ public/concurrency/index.html | 11 +++++++++++ public/concurrency/memory-model/index.html | 11 +++++++++++ public/concurrency/sync-cond/index.html | 11 +++++++++++ public/concurrency/sync-map/index.html | 11 +++++++++++ public/concurrency/sync-mutex/index.html | 11 +++++++++++ public/concurrency/sync-once/index.html | 11 +++++++++++ public/concurrency/sync-pool/index.html | 11 +++++++++++ public/concurrency/sync-rwmutex/index.html | 11 +++++++++++ public/concurrency/sync-waitgroup/index.html | 11 +++++++++++ public/feature/comma-ok/index.html | 11 +++++++++++ public/feature/defer/index.html | 11 +++++++++++ public/feature/for-range/index.html | 11 +++++++++++ public/feature/index.html | 11 +++++++++++ public/feature/panic-recover/index.html | 11 +++++++++++ public/feature/select/index.html | 11 +++++++++++ public/function/call-stack/index.html | 11 +++++++++++ public/function/closure/index.html | 11 +++++++++++ public/function/first-class/index.html | 11 +++++++++++ public/function/index.html | 11 +++++++++++ public/function/method/index.html | 11 +++++++++++ public/function/pass-by-value/index.html | 11 +++++++++++ public/gmp/gmp-model/index.html | 11 +++++++++++ public/gmp/index.html | 11 +++++++++++ public/gmp/scheduler/index.html | 11 +++++++++++ public/go-assembly/index.html | 11 +++++++++++ public/index.html | 11 +++++++++++ public/memory/allocator/index.html | 11 +++++++++++ public/memory/gc/index.html | 11 +++++++++++ public/memory/index.html | 11 +++++++++++ public/tags/index.html | 11 +++++++++++ public/type-system/index.html | 11 +++++++++++ public/type-system/interface/index.html | 11 +++++++++++ public/type-system/reflect/index.html | 11 +++++++++++ public/type-system/type/index.html | 11 +++++++++++ public/type/array/index.html | 11 +++++++++++ public/type/empty_struct/index.html | 11 +++++++++++ public/type/index.html | 11 +++++++++++ public/type/map/index.html | 11 +++++++++++ public/type/nil/index.html | 11 +++++++++++ public/type/pointer/index.html | 11 +++++++++++ public/type/slice/index.html | 11 +++++++++++ public/type/string/index.html | 11 +++++++++++ 53 files changed, 573 insertions(+) diff --git a/hugo.toml b/hugo.toml index 4727561..5e9195d 100644 --- a/hugo.toml +++ b/hugo.toml @@ -3,6 +3,7 @@ languageCode = 'zh-cn' title = '深入Go语言之旅' theme = "hugo-book" disqusShortname = 'go-cyub-vip' +googleAnalytics = "G-BQ229RRTTX" [menu] # [[menu.before]] diff --git a/public/404.html b/public/404.html index 506ce50..2b8acb7 100644 --- a/public/404.html +++ b/public/404.html @@ -17,6 +17,17 @@ + + +