From c263aa298725fa43803f0eef883e04de29f415b6 Mon Sep 17 00:00:00 2001 From: tink Date: Tue, 3 Oct 2023 21:24:41 +0800 Subject: [PATCH] add disqus comment --- public/analysis-tools/dlv/index.html | 21 ++++++++++++++++++- public/analysis-tools/gdb/index.html | 21 ++++++++++++++++++- .../go-buildin-tools/index.html | 21 ++++++++++++++++++- public/analysis-tools/index.html | 21 ++++++++++++++++++- public/compiler/index.html | 21 ++++++++++++++++++- public/concurrency/atomic/index.html | 21 ++++++++++++++++++- public/concurrency/channel/index.html | 21 ++++++++++++++++++- public/concurrency/context/index.html | 21 ++++++++++++++++++- public/concurrency/index.html | 21 ++++++++++++++++++- public/concurrency/memory-model/index.html | 21 ++++++++++++++++++- public/concurrency/sync-cond/index.html | 21 ++++++++++++++++++- public/concurrency/sync-map/index.html | 21 ++++++++++++++++++- public/concurrency/sync-mutex/index.html | 21 ++++++++++++++++++- public/concurrency/sync-once/index.html | 21 ++++++++++++++++++- public/concurrency/sync-pool/index.html | 21 ++++++++++++++++++- public/concurrency/sync-rwmutex/index.html | 21 ++++++++++++++++++- public/concurrency/sync-waitgroup/index.html | 21 ++++++++++++++++++- public/feature/comma-ok/index.html | 21 ++++++++++++++++++- public/feature/defer/index.html | 21 ++++++++++++++++++- public/feature/for-range/index.html | 21 ++++++++++++++++++- public/feature/index.html | 21 ++++++++++++++++++- public/feature/panic-recover/index.html | 21 ++++++++++++++++++- public/feature/select/index.html | 21 ++++++++++++++++++- public/function/call-stack/index.html | 21 ++++++++++++++++++- public/function/closure/index.html | 21 ++++++++++++++++++- public/function/first-class/index.html | 21 ++++++++++++++++++- public/function/index.html | 21 ++++++++++++++++++- public/function/method/index.html | 21 ++++++++++++++++++- public/function/pass-by-value/index.html | 21 ++++++++++++++++++- public/gmp/gmp-model/index.html | 21 ++++++++++++++++++- public/gmp/index.html | 21 ++++++++++++++++++- public/gmp/scheduler/index.html | 21 ++++++++++++++++++- public/go-assembly/index.html | 21 ++++++++++++++++++- public/index.html | 21 ++++++++++++++++++- public/memory/allocator/index.html | 21 ++++++++++++++++++- public/memory/gc/index.html | 21 ++++++++++++++++++- public/memory/index.html | 21 ++++++++++++++++++- public/type-system/index.html | 21 ++++++++++++++++++- public/type-system/interface/index.html | 21 ++++++++++++++++++- public/type-system/reflect/index.html | 21 ++++++++++++++++++- public/type-system/type/index.html | 21 ++++++++++++++++++- public/type/array/index.html | 21 ++++++++++++++++++- public/type/empty_struct/index.html | 21 ++++++++++++++++++- public/type/index.html | 21 ++++++++++++++++++- public/type/map/index.html | 21 ++++++++++++++++++- public/type/nil/index.html | 21 ++++++++++++++++++- public/type/pointer/index.html | 21 ++++++++++++++++++- public/type/slice/index.html | 21 ++++++++++++++++++- public/type/string/index.html | 21 ++++++++++++++++++- 49 files changed, 980 insertions(+), 49 deletions(-) diff --git a/public/analysis-tools/dlv/index.html b/public/analysis-tools/dlv/index.html index b2ce975..927acb2 100644 --- a/public/analysis-tools/dlv/index.html +++ b/public/analysis-tools/dlv/index.html @@ -522,7 +522,26 @@ TEXT main.main(SB) /tmp/dlv/main.go
- +
+ + +comments powered by Disqus
diff --git a/public/analysis-tools/gdb/index.html b/public/analysis-tools/gdb/index.html index 63e1c7c..a6e91dc 100644 --- a/public/analysis-tools/gdb/index.html +++ b/public/analysis-tools/gdb/index.html @@ -853,7 +853,26 @@ display /<fmt> <addr>
- +
+ + +comments powered by Disqus
diff --git a/public/analysis-tools/go-buildin-tools/index.html b/public/analysis-tools/go-buildin-tools/index.html index db920f8..2493a55 100644 --- a/public/analysis-tools/go-buildin-tools/index.html +++ b/public/analysis-tools/go-buildin-tools/index.html @@ -598,7 +598,26 @@ SCHED 2018ms: gomaxprocs=8 idleprocs=8 threads=16 spinningthreads=0 idlethreads=
- +
+ + +comments powered by Disqus
diff --git a/public/analysis-tools/index.html b/public/analysis-tools/index.html index 05bc16d..14fa097 100644 --- a/public/analysis-tools/index.html +++ b/public/analysis-tools/index.html @@ -299,7 +299,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/compiler/index.html b/public/compiler/index.html index c6c6393..5d5c322 100644 --- a/public/compiler/index.html +++ b/public/compiler/index.html @@ -631,7 +631,26 @@ b001 b002 b003 b004 b006 b007 b008
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/atomic/index.html b/public/concurrency/atomic/index.html index 4133620..b50d977 100644 --- a/public/concurrency/atomic/index.html +++ b/public/concurrency/atomic/index.html @@ -701,7 +701,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/channel/index.html b/public/concurrency/channel/index.html index 7144849..fc037eb 100644 --- a/public/concurrency/channel/index.html +++ b/public/concurrency/channel/index.html @@ -842,7 +842,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/context/index.html b/public/concurrency/context/index.html index e7d26f1..1a4feb5 100644 --- a/public/concurrency/context/index.html +++ b/public/concurrency/context/index.html @@ -804,7 +804,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/index.html b/public/concurrency/index.html index 9b96d2f..d3cc1a6 100644 --- a/public/concurrency/index.html +++ b/public/concurrency/index.html @@ -313,7 +313,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/memory-model/index.html b/public/concurrency/memory-model/index.html index d4fa365..84fc02d 100644 --- a/public/concurrency/memory-model/index.html +++ b/public/concurrency/memory-model/index.html @@ -444,7 +444,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/sync-cond/index.html b/public/concurrency/sync-cond/index.html index 1b8572f..ab240da 100644 --- a/public/concurrency/sync-cond/index.html +++ b/public/concurrency/sync-cond/index.html @@ -290,7 +290,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/sync-map/index.html b/public/concurrency/sync-map/index.html index 1c003e7..7f38e44 100644 --- a/public/concurrency/sync-map/index.html +++ b/public/concurrency/sync-map/index.html @@ -551,7 +551,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/sync-mutex/index.html b/public/concurrency/sync-mutex/index.html index d4af9b7..cd227c4 100644 --- a/public/concurrency/sync-mutex/index.html +++ b/public/concurrency/sync-mutex/index.html @@ -290,7 +290,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/sync-once/index.html b/public/concurrency/sync-once/index.html index b8edc5b..424ee19 100644 --- a/public/concurrency/sync-once/index.html +++ b/public/concurrency/sync-once/index.html @@ -321,7 +321,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/sync-pool/index.html b/public/concurrency/sync-pool/index.html index 18a92aa..d0c404c 100644 --- a/public/concurrency/sync-pool/index.html +++ b/public/concurrency/sync-pool/index.html @@ -961,7 +961,26 @@ tail + nums_of_elment_in_queue == head
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/sync-rwmutex/index.html b/public/concurrency/sync-rwmutex/index.html index bc1333e..fe9c1c3 100644 --- a/public/concurrency/sync-rwmutex/index.html +++ b/public/concurrency/sync-rwmutex/index.html @@ -531,7 +531,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/concurrency/sync-waitgroup/index.html b/public/concurrency/sync-waitgroup/index.html index 33df062..b7e7e33 100644 --- a/public/concurrency/sync-waitgroup/index.html +++ b/public/concurrency/sync-waitgroup/index.html @@ -399,7 +399,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/feature/comma-ok/index.html b/public/feature/comma-ok/index.html index a743058..24621e2 100644 --- a/public/feature/comma-ok/index.html +++ b/public/feature/comma-ok/index.html @@ -337,7 +337,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/feature/defer/index.html b/public/feature/defer/index.html index 62cad7f..a59e2d6 100644 --- a/public/feature/defer/index.html +++ b/public/feature/defer/index.html @@ -835,7 +835,26 @@ g._defer ---------> D --------> B
- +
+ + +comments powered by Disqus
diff --git a/public/feature/for-range/index.html b/public/feature/for-range/index.html index 50fff7b..dd9aeaf 100644 --- a/public/feature/for-range/index.html +++ b/public/feature/for-range/index.html @@ -466,7 +466,26 @@ after: [{a1 100} {a2 101} {a2 102}]
- +
+ + +comments powered by Disqus
diff --git a/public/feature/index.html b/public/feature/index.html index 0cf9ec9..ccbc01e 100644 --- a/public/feature/index.html +++ b/public/feature/index.html @@ -301,7 +301,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/feature/panic-recover/index.html b/public/feature/panic-recover/index.html index 8c4c123..4017d10 100644 --- a/public/feature/panic-recover/index.html +++ b/public/feature/panic-recover/index.html @@ -592,7 +592,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/feature/select/index.html b/public/feature/select/index.html index 8633422..b510173 100644 --- a/public/feature/select/index.html +++ b/public/feature/select/index.html @@ -369,7 +369,26 @@ recv: 2
- +
+ + +comments powered by Disqus
diff --git a/public/function/call-stack/index.html b/public/function/call-stack/index.html index 3097044..4b0c37b 100644 --- a/public/function/call-stack/index.html +++ b/public/function/call-stack/index.html @@ -447,7 +447,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/function/closure/index.html b/public/function/closure/index.html index 6fc8c47..fbe3298 100644 --- a/public/function/closure/index.html +++ b/public/function/closure/index.html @@ -387,7 +387,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/function/first-class/index.html b/public/function/first-class/index.html index d8c8d39..83c5242 100644 --- a/public/function/first-class/index.html +++ b/public/function/first-class/index.html @@ -414,7 +414,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/function/index.html b/public/function/index.html index 0b5c56b..20ee009 100644 --- a/public/function/index.html +++ b/public/function/index.html @@ -301,7 +301,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/function/method/index.html b/public/function/method/index.html index 2816278..d6c61b2 100644 --- a/public/function/method/index.html +++ b/public/function/method/index.html @@ -399,7 +399,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/function/pass-by-value/index.html b/public/function/pass-by-value/index.html index 8cc3605..1c003cd 100644 --- a/public/function/pass-by-value/index.html +++ b/public/function/pass-by-value/index.html @@ -345,7 +345,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/gmp/gmp-model/index.html b/public/gmp/gmp-model/index.html index 8d7fcc4..a10aee8 100644 --- a/public/gmp/gmp-model/index.html +++ b/public/gmp/gmp-model/index.html @@ -850,7 +850,26 @@ SCHED 4003ms: gomaxprocs=1 idleprocs=1 threads=4 spinningthreads=0 idlethreads=2
- +
+ + +comments powered by Disqus
diff --git a/public/gmp/index.html b/public/gmp/index.html index 280ceda..182e33c 100644 --- a/public/gmp/index.html +++ b/public/gmp/index.html @@ -295,7 +295,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/gmp/scheduler/index.html b/public/gmp/scheduler/index.html index e27f7f1..dd3b943 100644 --- a/public/gmp/scheduler/index.html +++ b/public/gmp/scheduler/index.html @@ -290,7 +290,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/go-assembly/index.html b/public/go-assembly/index.html index 3c15ad1..4057f5d 100644 --- a/public/go-assembly/index.html +++ b/public/go-assembly/index.html @@ -875,7 +875,26 @@ caller stack frame |------------------|
- +
+ + +comments powered by Disqus
diff --git a/public/index.html b/public/index.html index 7ec00c6..2cb3b34 100644 --- a/public/index.html +++ b/public/index.html @@ -369,7 +369,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/memory/allocator/index.html b/public/memory/allocator/index.html index c16cd2a..b119e3a 100644 --- a/public/memory/allocator/index.html +++ b/public/memory/allocator/index.html @@ -606,7 +606,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/memory/gc/index.html b/public/memory/gc/index.html index bf2f56a..52ded78 100644 --- a/public/memory/gc/index.html +++ b/public/memory/gc/index.html @@ -340,7 +340,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/memory/index.html b/public/memory/index.html index 5020963..08a313e 100644 --- a/public/memory/index.html +++ b/public/memory/index.html @@ -295,7 +295,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type-system/index.html b/public/type-system/index.html index d218440..cdf00e2 100644 --- a/public/type-system/index.html +++ b/public/type-system/index.html @@ -297,7 +297,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type-system/interface/index.html b/public/type-system/interface/index.html index df80e4c..ec009bd 100644 --- a/public/type-system/interface/index.html +++ b/public/type-system/interface/index.html @@ -290,7 +290,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type-system/reflect/index.html b/public/type-system/reflect/index.html index a07fd98..00fe643 100644 --- a/public/type-system/reflect/index.html +++ b/public/type-system/reflect/index.html @@ -290,7 +290,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type-system/type/index.html b/public/type-system/type/index.html index 881fafd..3913edd 100644 --- a/public/type-system/type/index.html +++ b/public/type-system/type/index.html @@ -290,7 +290,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type/array/index.html b/public/type/array/index.html index 115905c..5f83da8 100644 --- a/public/type/array/index.html +++ b/public/type/array/index.html @@ -537,7 +537,26 @@ PASS
- +
+ + +comments powered by Disqus
diff --git a/public/type/empty_struct/index.html b/public/type/empty_struct/index.html index 36e0ab0..df760b5 100644 --- a/public/type/empty_struct/index.html +++ b/public/type/empty_struct/index.html @@ -563,7 +563,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type/index.html b/public/type/index.html index 4c8549a..755b52e 100644 --- a/public/type/index.html +++ b/public/type/index.html @@ -305,7 +305,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type/map/index.html b/public/type/map/index.html index aae7b3a..454e176 100644 --- a/public/type/map/index.html +++ b/public/type/map/index.html @@ -984,7 +984,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type/nil/index.html b/public/type/nil/index.html index 964f9eb..3e20c3d 100644 --- a/public/type/nil/index.html +++ b/public/type/nil/index.html @@ -560,7 +560,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type/pointer/index.html b/public/type/pointer/index.html index 851ddae..084d55b 100644 --- a/public/type/pointer/index.html +++ b/public/type/pointer/index.html @@ -467,7 +467,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type/slice/index.html b/public/type/slice/index.html index 29a50c3..6369165 100644 --- a/public/type/slice/index.html +++ b/public/type/slice/index.html @@ -714,7 +714,26 @@ https://github.com/alex-shpak/hugo-book
- +
+ + +comments powered by Disqus
diff --git a/public/type/string/index.html b/public/type/string/index.html index cf56ad8..6b39c1b 100644 --- a/public/type/string/index.html +++ b/public/type/string/index.html @@ -561,7 +561,26 @@ BenchmarkJoinStringUseStringBuilder 1830 548350 ns/op 80000 B
- +
+ + +comments powered by Disqus