golang / go

The Go programming language
https://go.dev
BSD 3-Clause "New" or "Revised" License
123.63k stars 17.61k forks source link

godoc: dev documentation is out of date #22186

Closed andybons closed 7 years ago

andybons commented 7 years ago

From following https://github.com/golang/gddo/wiki/Development-Environment-Setup, I’m unable to get a working local dev, with dev_appserver.py $GOPATH/src/github.com/golang/gddo/gddo-server spinning up a server, but returning a 503 when visiting http://localhost:8080/github.com/golang/gddo/gddo-server

ghost commented 7 years ago

Apologies in advance, dev_appserver.py is also mentioned on the below webpage.

http://slackbuilds.org/repository/14.2/development/google-appengine-gosdk/

gbbr commented 7 years ago

I hope I'm not wrong but shouldn't this issue go into the golang/gddo repo?

andybons commented 7 years ago

@gbbr ah you're right! Filed https://github.com/golang/gddo/issues/515