新的 godoc 有一些不错的功能,例如调用者列表等。无论如何我运行它时遇到问题,例如:
➜ ~GOPATH git:(master) ✗ ls src/github.com/coreos/etcd/
CHANGELOG DCO Documentation README.md bench build contrib error fixtures go_version.go http main.go mod scripts store tests
CONTRIBUTING.md Dockerfile LICENSE Vagrantfile bin config discovery etcd foo gopath log metrics pkg server test.sh third_party
➜ ~GOPATH git:(master) ✗ godoc github.com/coreos/etcd/discovery -http=:6060
No match found.
有谁可以告诉我如何在我上面使用的一些流行的 go repos 上运行它,比如 etcd?