fix: fix a lot of incorrect links (#849)

This commit is contained in:
Rethan
2022-06-25 18:18:09 +08:00
committed by GitHub
parent 8f1ca5772e
commit 7a54d34d36
28 changed files with 69 additions and 69 deletions

View File

@@ -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"`