We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09e8c63 commit a3f3e02Copy full SHA for a3f3e02
get-title/main.go
@@ -31,6 +31,7 @@ func extractTitle(req *http.Request, resp *http.Response, err error) {
31
if z.Next() == html.TextToken {
32
title := strings.TrimSpace(z.Token().Data)
33
fmt.Printf("%s (%s)\n", title, req.URL)
34
+ break
35
}
36
37
0 commit comments