golang/go

x/website/_content/tour: Add tests for web crawler task

Open

#14.480 geöffnet am 23. Feb. 2016

Auf GitHub ansehen
 (5 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Go (19.008 Forks)batch import
DocumentationNeedsInvestigationhelp wanted

Repository-Metriken

Stars
 (133.883 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Context: https://tour.golang.org/concurrency/10

I think web crawler task is harder than it looks. I saw a lot of solutions and all of them are wrong, even the official one. In order to prove that I have written some tests and script to run them on multiple solutions. You can see results here. I suggest adding these tests to the task the same way as in the word count task.

Contributor Guide