golang / gddo

Go Doc Dot Org
https://godoc.org
BSD 3-Clause "New" or "Revised" License
1.1k stars 266 forks source link

all: redeploy crawler with Go 1.11 #573

Closed gkelly closed 6 years ago

gkelly commented 6 years ago

https://godoc.org/?q=http doesn't have net/http in the results.

This started happening in the past few hours. The results have subpackages of net/http, but not the net/http package itself. Searching for net/http still works, in that it goes to the exactly-matched package.

shantuo commented 6 years ago

This is because the crawler is not running Go 1.11.

gkelly commented 6 years ago

It's showing up again. Not sure what happened behind the scenes.

dmitshur commented 6 years ago

I've redeployed the crawler with Go 1.11 just now. We can keep an eye on it and see if it helps with the mentioned issues (including #575).