From a9d420a8222ffbac562255324e0bef2e3d58650c Mon Sep 17 00:00:00 2001 From: Devin hao <1530860548@qq.com> Date: Thu, 11 Apr 2024 16:46:43 +0800 Subject: [PATCH] add .html add jump page .html --- channel-buffering.html | 2 +- channel-directions.html | 2 +- channel-synchronization.html | 2 +- channels.html | 2 +- closing-channels.html | 2 +- closures.html | 2 +- command-line-arguments.html | 2 +- command-line-flags.html | 2 +- command-line-subcommands.html | 2 +- constants.html | 2 +- context.html | 2 +- defer.html | 2 +- directories.html | 2 +- embedding.html | 2 +- environment-variables.html | 2 +- epoch.html | 2 +- errors.html | 2 +- execing-processes.html | 2 +- file-paths.html | 2 +- for.html | 2 +- functions.html | 2 +- generics.html | 2 +- goroutines.html | 2 +- http-clients.html | 2 +- http-servers.html | 2 +- if-else.html | 2 +- interfaces.html | 2 +- json.html | 2 +- line-filters.html | 2 +- maps.html | 2 +- methods.html | 2 +- multiple-return-values.html | 2 +- mutexes.html | 2 +- non-blocking-channel-operations.html | 2 +- number-parsing.html | 2 +- panic.html | 2 +- pointers.html | 2 +- random-numbers.html | 2 +- range-over-channels.html | 2 +- range.html | 2 +- rate-limiting.html | 2 +- reading-files.html | 2 +- recover.html | 2 +- recursion.html | 2 +- regular-expressions.html | 2 +- select.html | 2 +- sha256-hashes.html | 2 +- signals.html | 2 +- slices.html | 2 +- sorting-by-functions.html | 2 +- sorting.html | 2 +- spawning-processes.html | 2 +- stateful-goroutines.html | 2 +- string-formatting.html | 2 +- string-functions.html | 2 +- strings-and-runes.html | 2 +- structs.html | 2 +- switch.html | 2 +- temporary-files-and-directories.html | 2 +- testing-and-benchmarking.html | 2 +- text-templates.html | 2 +- tickers.html | 2 +- time-formatting-parsing.html | 2 +- time.html | 2 +- timeouts.html | 2 +- timers.html | 2 +- url-parsing.html | 2 +- values.html | 2 +- variables.html | 2 +- variadic-functions.html | 2 +- waitgroups.html | 2 +- worker-pools.html | 2 +- writing-files.html | 2 +- xml.html | 2 +- 74 files changed, 74 insertions(+), 74 deletions(-) diff --git a/channel-buffering.html b/channel-buffering.html index 216d913..d4043f3 100644 --- a/channel-buffering.html +++ b/channel-buffering.html @@ -135,7 +135,7 @@

Go by Example 中文版: 通道缓冲

- 下一个例子: 通道同步 + 下一个例子: 通道同步

diff --git a/channel-directions.html b/channel-directions.html index 5ec084d..d2e3956 100644 --- a/channel-directions.html +++ b/channel-directions.html @@ -128,7 +128,7 @@

Go by Example 中文版: 通道方向

- 下一个例子: 通道选择器 + 下一个例子: 通道选择器

diff --git a/channel-synchronization.html b/channel-synchronization.html index 135c6c7..591b29f 100644 --- a/channel-synchronization.html +++ b/channel-synchronization.html @@ -165,7 +165,7 @@

Go by Example 中文版: 通道同步

- 下一个例子: 通道方向 + 下一个例子: 通道方向

diff --git a/channels.html b/channels.html index 0ffc601..2a172f8 100644 --- a/channels.html +++ b/channels.html @@ -150,7 +150,7 @@

Go by Example 中文版: 通道

- 下一个例子: 通道缓冲 + 下一个例子: 通道缓冲

diff --git a/closing-channels.html b/closing-channels.html index 0bbe25b..c558a3a 100644 --- a/closing-channels.html +++ b/closing-channels.html @@ -173,7 +173,7 @@

Go by Example 中文版: 通道的关闭

- 下一个例子: 通道遍历 + 下一个例子: 通道遍历

diff --git a/closures.html b/closures.html index 165e553..27c18a1 100644 --- a/closures.html +++ b/closures.html @@ -170,7 +170,7 @@

Go by Example 中文版: 闭包

- 下一个例子: 递归 + 下一个例子: 递归

diff --git a/command-line-arguments.html b/command-line-arguments.html index 5cb549a..bd507e8 100644 --- a/command-line-arguments.html +++ b/command-line-arguments.html @@ -153,7 +153,7 @@

Go by Example 中文版: 命令行参数

- 下一个例子: 命令行标志 + 下一个例子: 命令行标志

diff --git a/command-line-flags.html b/command-line-flags.html index 03d2971..b3e0e78 100644 --- a/command-line-flags.html +++ b/command-line-flags.html @@ -275,7 +275,7 @@

Go by Example 中文版: 命令行标志

- 下一个例子: 命令行子命令 + 下一个例子: 命令行子命令

diff --git a/command-line-subcommands.html b/command-line-subcommands.html index 15e8399..614319d 100644 --- a/command-line-subcommands.html +++ b/command-line-subcommands.html @@ -240,7 +240,7 @@

Go by Example 中文版: 命令行子命令

- 下一个例子: 环境变量 + 下一个例子: 环境变量

diff --git a/constants.html b/constants.html index 4f04fd5..0f2eaa1 100644 --- a/constants.html +++ b/constants.html @@ -155,7 +155,7 @@

Go by Example 中文版: 常量

- 下一个例子: For 循环 + 下一个例子: For 循环

diff --git a/context.html b/context.html index 5d1d016..7b1791f 100644 --- a/context.html +++ b/context.html @@ -194,7 +194,7 @@

Go by Example 中文版: Context

- 下一个例子: 生成进程 + 下一个例子: 生成进程

diff --git a/defer.html b/defer.html index 2cf63d5..1f2c4c6 100644 --- a/defer.html +++ b/defer.html @@ -190,7 +190,7 @@

Go by Example 中文版: Defer

- 下一个例子: Recover + 下一个例子: Recover

diff --git a/directories.html b/directories.html index 8073ed4..b7d3ce5 100644 --- a/directories.html +++ b/directories.html @@ -323,7 +323,7 @@

Go by Example 中文版: 目录

- 下一个例子: 临时文件和目录 + 下一个例子: 临时文件和目录

diff --git a/embedding.html b/embedding.html index b55d2b6..34a8195 100644 --- a/embedding.html +++ b/embedding.html @@ -227,7 +227,7 @@

Go by Example 中文版: Embedding

- 下一个例子: 泛型 + 下一个例子: 泛型

diff --git a/environment-variables.html b/environment-variables.html index ced60e6..67f308b 100644 --- a/environment-variables.html +++ b/environment-variables.html @@ -166,7 +166,7 @@

Go by Example 中文版: 环境变量

- 下一个例子: HTTP 客户端 + 下一个例子: HTTP 客户端

diff --git a/epoch.html b/epoch.html index d494184..ad53812 100644 --- a/epoch.html +++ b/epoch.html @@ -158,7 +158,7 @@

Go by Example 中文版: 时间戳

- 下一个例子: 时间的格式化和解析 + 下一个例子: 时间的格式化和解析

diff --git a/errors.html b/errors.html index 6df830b..c2c8c57 100644 --- a/errors.html +++ b/errors.html @@ -269,7 +269,7 @@

Go by Example 中文版: 错误处理

- 下一个例子: 协程 + 下一个例子: 协程

diff --git a/execing-processes.html b/execing-processes.html index bd99203..00630d1 100644 --- a/execing-processes.html +++ b/execing-processes.html @@ -179,7 +179,7 @@

Go by Example 中文版: 执行进程

- 下一个例子: 信号 + 下一个例子: 信号

diff --git a/file-paths.html b/file-paths.html index 8ed9dd6..7aaea83 100644 --- a/file-paths.html +++ b/file-paths.html @@ -236,7 +236,7 @@

Go by Example 中文版: 文件路径

- 下一个例子: 目录 + 下一个例子: 目录

diff --git a/for.html b/for.html index 1256bfc..0a57208 100644 --- a/for.html +++ b/for.html @@ -178,7 +178,7 @@

Go by Example 中文版: For 循环

- 下一个例子: If/Else 分支 + 下一个例子: If/Else 分支

diff --git a/functions.html b/functions.html index 9d2a04d..8132270 100644 --- a/functions.html +++ b/functions.html @@ -172,7 +172,7 @@

Go by Example 中文版: 函数

- 下一个例子: 多返回值 + 下一个例子: 多返回值

diff --git a/generics.html b/generics.html index c837987..a027bbf 100644 --- a/generics.html +++ b/generics.html @@ -227,7 +227,7 @@

Go by Example 中文版: 泛型

- 下一个例子: 错误处理 + 下一个例子: 错误处理

diff --git a/goroutines.html b/goroutines.html index f6ba574..44949f7 100644 --- a/goroutines.html +++ b/goroutines.html @@ -187,7 +187,7 @@

Go by Example 中文版: 协程

- 下一个例子: 通道 + 下一个例子: 通道

diff --git a/http-clients.html b/http-clients.html index cb44234..88b1ed1 100644 --- a/http-clients.html +++ b/http-clients.html @@ -161,7 +161,7 @@

Go by Example 中文版: HTTP 客户端

- 下一个例子: HTTP 服务端 + 下一个例子: HTTP 服务端

diff --git a/http-servers.html b/http-servers.html index 1e92312..c1c8a0a 100644 --- a/http-servers.html +++ b/http-servers.html @@ -196,7 +196,7 @@

Go by Example 中文版: HTTP 服务端

- 下一个例子: Context + 下一个例子: Context

diff --git a/if-else.html b/if-else.html index 0c1f94a..915dd01 100644 --- a/if-else.html +++ b/if-else.html @@ -166,7 +166,7 @@

Go by Example 中文版: If/Else 分支

- 下一个例子: Switch 分支结构 + 下一个例子: Switch 分支结构

diff --git a/interfaces.html b/interfaces.html index c76d152..ad98eaa 100644 --- a/interfaces.html +++ b/interfaces.html @@ -216,7 +216,7 @@

Go by Example 中文版: 接口

- 下一个例子: Embedding + 下一个例子: Embedding

diff --git a/json.html b/json.html index 70ca3dd..fd71dcf 100644 --- a/json.html +++ b/json.html @@ -379,7 +379,7 @@

Go by Example 中文版: JSON

- 下一个例子: XML + 下一个例子: XML

diff --git a/line-filters.html b/line-filters.html index f92782d..625dadf 100644 --- a/line-filters.html +++ b/line-filters.html @@ -194,7 +194,7 @@

Go by Example 中文版: 行过滤器

- 下一个例子: 文件路径 + 下一个例子: 文件路径

diff --git a/maps.html b/maps.html index eb364db..5d75f61 100644 --- a/maps.html +++ b/maps.html @@ -210,7 +210,7 @@

Go by Example 中文版: Map

- 下一个例子: Range 遍历 + 下一个例子: Range 遍历

diff --git a/methods.html b/methods.html index efa92db..715dd7d 100644 --- a/methods.html +++ b/methods.html @@ -180,7 +180,7 @@

Go by Example 中文版: 方法

- 下一个例子: 接口 + 下一个例子: 接口

diff --git a/multiple-return-values.html b/multiple-return-values.html index a352740..d949b7f 100644 --- a/multiple-return-values.html +++ b/multiple-return-values.html @@ -148,7 +148,7 @@

Go by Example 中文版: 多返回值

- 下一个例子: 变参函数 + 下一个例子: 变参函数

diff --git a/mutexes.html b/mutexes.html index 8285016..07da892 100644 --- a/mutexes.html +++ b/mutexes.html @@ -228,7 +228,7 @@

Go by Example 中文版: 互斥锁

- 下一个例子: 状态协程 + 下一个例子: 状态协程

diff --git a/non-blocking-channel-operations.html b/non-blocking-channel-operations.html index 7cc7212..67d2c1f 100644 --- a/non-blocking-channel-operations.html +++ b/non-blocking-channel-operations.html @@ -159,7 +159,7 @@

Go by Example 中文版: 非阻塞通道操作

- 下一个例子: 通道的关闭 + 下一个例子: 通道的关闭

diff --git a/number-parsing.html b/number-parsing.html index cdcc18d..b89e489 100644 --- a/number-parsing.html +++ b/number-parsing.html @@ -198,7 +198,7 @@

Go by Example 中文版: 数字解析

- 下一个例子: URL 解析 + 下一个例子: URL 解析

diff --git a/panic.html b/panic.html index 0ff71ed..1eca1fd 100644 --- a/panic.html +++ b/panic.html @@ -164,7 +164,7 @@

Go by Example 中文版: Panic

- 下一个例子: Defer + 下一个例子: Defer

diff --git a/pointers.html b/pointers.html index 7a3480f..321cd3b 100644 --- a/pointers.html +++ b/pointers.html @@ -172,7 +172,7 @@

Go by Example 中文版: 指针

- 下一个例子: 字符串和rune类型 + 下一个例子: 字符串和rune类型

diff --git a/random-numbers.html b/random-numbers.html index 4df7b82..44304d2 100644 --- a/random-numbers.html +++ b/random-numbers.html @@ -208,7 +208,7 @@

Go by Example 中文版: 随机数

- 下一个例子: 数字解析 + 下一个例子: 数字解析

diff --git a/range-over-channels.html b/range-over-channels.html index abe35fc..41532d0 100644 --- a/range-over-channels.html +++ b/range-over-channels.html @@ -137,7 +137,7 @@

Go by Example 中文版: 通道遍历

- 下一个例子: Timer + 下一个例子: Timer

diff --git a/range.html b/range.html index 3e7e234..cbaa9e5 100644 --- a/range.html +++ b/range.html @@ -183,7 +183,7 @@

Go by Example 中文版: Range 遍历

- 下一个例子: 函数 + 下一个例子: 函数

diff --git a/rate-limiting.html b/rate-limiting.html index b0992cd..95dd552 100644 --- a/rate-limiting.html +++ b/rate-limiting.html @@ -237,7 +237,7 @@

Go by Example 中文版: 速率限制

- 下一个例子: 原子计数器 + 下一个例子: 原子计数器

diff --git a/reading-files.html b/reading-files.html index 059d784..77c18e3 100644 --- a/reading-files.html +++ b/reading-files.html @@ -260,7 +260,7 @@

Go by Example 中文版: 读文件

- 下一个例子: 写文件 + 下一个例子: 写文件

diff --git a/recover.html b/recover.html index 2fa0a44..3f01f2c 100644 --- a/recover.html +++ b/recover.html @@ -173,7 +173,7 @@

Go by Example 中文版: Recover

- 下一个例子: 字符串函数 + 下一个例子: 字符串函数

diff --git a/recursion.html b/recursion.html index aad8534..3d0c44d 100644 --- a/recursion.html +++ b/recursion.html @@ -164,7 +164,7 @@

Go by Example 中文版: 递归

- 下一个例子: 指针 + 下一个例子: 指针

diff --git a/regular-expressions.html b/regular-expressions.html index 07f2826..97139f6 100644 --- a/regular-expressions.html +++ b/regular-expressions.html @@ -312,7 +312,7 @@

Go by Example 中文版: 正则表达式

- 下一个例子: JSON + 下一个例子: JSON

diff --git a/select.html b/select.html index 7871437..58de52b 100644 --- a/select.html +++ b/select.html @@ -165,7 +165,7 @@

Go by Example 中文版: 通道选择器

- 下一个例子: 超时处理 + 下一个例子: 超时处理

diff --git a/sha256-hashes.html b/sha256-hashes.html index a2caa77..1684721 100644 --- a/sha256-hashes.html +++ b/sha256-hashes.html @@ -183,7 +183,7 @@

Go by Example 中文版: SHA256 散列

- 下一个例子: Base64 编码 + 下一个例子: Base64 编码

diff --git a/signals.html b/signals.html index d678a72..eddafdf 100644 --- a/signals.html +++ b/signals.html @@ -193,7 +193,7 @@

Go by Example 中文版: 信号

- 下一个例子: 退出 + 下一个例子: 退出

diff --git a/slices.html b/slices.html index d2f3a0c..668c99c 100644 --- a/slices.html +++ b/slices.html @@ -281,7 +281,7 @@

Go by Example 中文版: 切片

- 下一个例子: Map + 下一个例子: Map

diff --git a/sorting-by-functions.html b/sorting-by-functions.html index e684cce..b7bcd49 100644 --- a/sorting-by-functions.html +++ b/sorting-by-functions.html @@ -158,7 +158,7 @@

Go by Example 中文版: 使用函数自定义排序

- 下一个例子: Panic + 下一个例子: Panic

diff --git a/sorting.html b/sorting.html index 82655f8..084449b 100644 --- a/sorting.html +++ b/sorting.html @@ -145,7 +145,7 @@

Go by Example 中文版: 排序

- 下一个例子: 使用函数自定义排序 + 下一个例子: 使用函数自定义排序

diff --git a/spawning-processes.html b/spawning-processes.html index dba4056..910dcda 100644 --- a/spawning-processes.html +++ b/spawning-processes.html @@ -225,7 +225,7 @@

Go by Example 中文版: 生成进程

- 下一个例子: 执行进程 + 下一个例子: 执行进程

diff --git a/stateful-goroutines.html b/stateful-goroutines.html index c82a2c1..c16a9d5 100644 --- a/stateful-goroutines.html +++ b/stateful-goroutines.html @@ -280,7 +280,7 @@

Go by Example 中文版: 状态协程

- 下一个例子: 排序 + 下一个例子: 排序

diff --git a/string-formatting.html b/string-formatting.html index 72d07c6..61ca24f 100644 --- a/string-formatting.html +++ b/string-formatting.html @@ -426,7 +426,7 @@

Go by Example 中文版: 字符串格式化

- 下一个例子: 文本模板 + 下一个例子: 文本模板

diff --git a/string-functions.html b/string-functions.html index 50e9ce8..46f17b7 100644 --- a/string-functions.html +++ b/string-functions.html @@ -187,7 +187,7 @@

Go by Example 中文版: 字符串函数

- 下一个例子: 字符串格式化 + 下一个例子: 字符串格式化

diff --git a/strings-and-runes.html b/strings-and-runes.html index dd97294..6358a8c 100644 --- a/strings-and-runes.html +++ b/strings-and-runes.html @@ -264,7 +264,7 @@

Go by Example 中文版: 字符串和rune类型

- 下一个例子: 结构体 + 下一个例子: 结构体

diff --git a/structs.html b/structs.html index d061d83..b9a1d88 100644 --- a/structs.html +++ b/structs.html @@ -251,7 +251,7 @@

Go by Example 中文版: 结构体

- 下一个例子: 方法 + 下一个例子: 方法

diff --git a/switch.html b/switch.html index 9a11de2..10ba249 100644 --- a/switch.html +++ b/switch.html @@ -185,7 +185,7 @@

Go by Example 中文版: Switch 分支结构

- 下一个例子: 数组 + 下一个例子: 数组

diff --git a/temporary-files-and-directories.html b/temporary-files-and-directories.html index eba3af7..0070553 100644 --- a/temporary-files-and-directories.html +++ b/temporary-files-and-directories.html @@ -213,7 +213,7 @@

Go by Example 中文版: 临时文件和目录

- 下一个例子: 单元测试和基准测试 + 下一个例子: 单元测试和基准测试

diff --git a/testing-and-benchmarking.html b/testing-and-benchmarking.html index 389c8fc..56cac94 100644 --- a/testing-and-benchmarking.html +++ b/testing-and-benchmarking.html @@ -268,7 +268,7 @@

Go by Example 中文版: 单元测试和基准测试

- 下一个例子: 命令行参数 + 下一个例子: 命令行参数

diff --git a/text-templates.html b/text-templates.html index a6104e4..ae548ff 100644 --- a/text-templates.html +++ b/text-templates.html @@ -250,7 +250,7 @@

Go by Example 中文版: 文本模板

- 下一个例子: 正则表达式 + 下一个例子: 正则表达式

diff --git a/tickers.html b/tickers.html index e5c257e..3020ded 100644 --- a/tickers.html +++ b/tickers.html @@ -153,7 +153,7 @@

Go by Example 中文版: Ticker

- 下一个例子: 工作池 + 下一个例子: 工作池

diff --git a/time-formatting-parsing.html b/time-formatting-parsing.html index 34f234b..a50b7f3 100644 --- a/time-formatting-parsing.html +++ b/time-formatting-parsing.html @@ -185,7 +185,7 @@

Go by Example 中文版: 时间的格式化和解析

- 下一个例子: 随机数 + 下一个例子: 随机数

diff --git a/time.html b/time.html index f7067c1..f6feaac 100644 --- a/time.html +++ b/time.html @@ -247,7 +247,7 @@

Go by Example 中文版: 时间

- 下一个例子: 时间戳 + 下一个例子: 时间戳

diff --git a/timeouts.html b/timeouts.html index 8e58c92..5f17d62 100644 --- a/timeouts.html +++ b/timeouts.html @@ -161,7 +161,7 @@

Go by Example 中文版: 超时处理

- 下一个例子: 非阻塞通道操作 + 下一个例子: 非阻塞通道操作

diff --git a/timers.html b/timers.html index 986279a..97da3da 100644 --- a/timers.html +++ b/timers.html @@ -165,7 +165,7 @@

Go by Example 中文版: Timer

- 下一个例子: Ticker + 下一个例子: Ticker

diff --git a/url-parsing.html b/url-parsing.html index 4e4b59d..1cb394e 100644 --- a/url-parsing.html +++ b/url-parsing.html @@ -218,7 +218,7 @@

Go by Example 中文版: URL 解析

- 下一个例子: SHA256 散列 + 下一个例子: SHA256 散列

diff --git a/values.html b/values.html index 1b8e204..b95c74a 100644 --- a/values.html +++ b/values.html @@ -138,7 +138,7 @@

Go by Example 中文版: 值

- 下一个例子: 变量 + 下一个例子: 变量

diff --git a/variables.html b/variables.html index bc16835..94af890 100644 --- a/variables.html +++ b/variables.html @@ -167,7 +167,7 @@

Go by Example 中文版: 变量

- 下一个例子: 常量 + 下一个例子: 常量

diff --git a/variadic-functions.html b/variadic-functions.html index 37bd7c1..53f0192 100644 --- a/variadic-functions.html +++ b/variadic-functions.html @@ -154,7 +154,7 @@

Go by Example 中文版: 变参函数

- 下一个例子: 闭包 + 下一个例子: 闭包

diff --git a/waitgroups.html b/waitgroups.html index 928da95..5ddce79 100644 --- a/waitgroups.html +++ b/waitgroups.html @@ -230,7 +230,7 @@

Go by Example 中文版: WaitGroup

- 下一个例子: 速率限制 + 下一个例子: 速率限制

diff --git a/worker-pools.html b/worker-pools.html index a1201fd..8c991b5 100644 --- a/worker-pools.html +++ b/worker-pools.html @@ -203,7 +203,7 @@

Go by Example 中文版: 工作池

- 下一个例子: WaitGroup + 下一个例子: WaitGroup

diff --git a/writing-files.html b/writing-files.html index 22115c3..a8f9e2f 100644 --- a/writing-files.html +++ b/writing-files.html @@ -268,7 +268,7 @@

Go by Example 中文版: 写文件

- 下一个例子: 行过滤器 + 下一个例子: 行过滤器

diff --git a/xml.html b/xml.html index 380d349..b0122b3 100644 --- a/xml.html +++ b/xml.html @@ -256,7 +256,7 @@

Go by Example 中文版: XML

- 下一个例子: 时间 + 下一个例子: 时间