_content/blog:fix unavailable link

This commit is contained in:
cuishuang 2022-02-21 20:29:13 +08:00
Родитель 3962a089fc
Коммит b57289977e
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -39,7 +39,7 @@ package.
A major new feature of the tool chain is the facility to compute and display
[test coverage results](/doc/go1.2#cover).
See the [`go test`](/cmd/go/#hdr-Description_of_testing_flags)
and [cover tool](https://godoc.org/code.google.com/p/go.tools/cmd/cover/)
and [cover tool](https://pkg.go.dev/golang.org/x/tools/cover)
documentation for details. Later this week we will publish an article that
discusses this new feature in detail.