Merge pull request #56 from CloudnuY/master

fix typo
This commit is contained in:
Xargin 2018-03-31 12:09:56 +08:00 committed by GitHub
commit f5a329e8cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,7 +37,7 @@ func Parse(r io.Reader) (*Node, error)
main函数解析HTML标准输入通过递归函数visit获得links链接并打印出这些links main函数解析HTML标准输入通过递归函数visit获得links链接并打印出这些links
<u></i>gopl.io/ch5/findlinks1</i></u> <u><i>gopl.io/ch5/findlinks1</i></u>
```Go ```Go
// Findlinks1 prints the links in an HTML document read from standard input. // Findlinks1 prints the links in an HTML document read from standard input.
package main package main