mirror of
https://github.com/unknwon/the-way-to-go_ZH_CN.git
synced 2025-08-12 00:11:36 +08:00
fix: fix a lot of incorrect links (#849)
This commit is contained in:
@@ -62,7 +62,7 @@ for key := range capitals {
|
||||
}
|
||||
```
|
||||
|
||||
**练习 8.1** [map_days.go](exercises\chapter_8\map_days.go)
|
||||
**练习 8.1** [map_days.go](exercises/chapter_8/map_days.go)
|
||||
|
||||
创建一个 `map` 来保存每周 7 天的名字,将它们打印出来并且测试是否存在 `"Tuesday"` 和 `"Hollyday"`。
|
||||
|
||||
|
Reference in New Issue
Block a user